From 6e80981f2b4faf3972eef38d27fb0164c50e2d25 Mon Sep 17 00:00:00 2001 From: Kevin DeCapite Date: Wed, 7 Jan 2026 17:38:52 -0800 Subject: [PATCH 1/2] Add PHP 8.5 support. --- .github/workflows/run-tests.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8296ea2..6630044 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] runs-on: ubuntu-latest diff --git a/Dockerfile b/Dockerfile index 3f4536f..2ca427c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4-fpm +FROM php:8.5-fpm LABEL maintainer="Kevin DeCapite" From b3f00b7988ffd22e4bf2c665d372b0eab27d19a0 Mon Sep 17 00:00:00 2001 From: Kevin DeCapite Date: Wed, 7 Jan 2026 17:42:46 -0800 Subject: [PATCH 2/2] Add PHP 8.5 to Compatibility in README.md; bump version to 4.0.12 in Installation. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d509bda..54ebd2c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This extension is tested with PHP versions: - 8.2 - 8.3 - 8.4 +- 8.5 ## License `php-sweph` is work derived from the original release of the Astrodienst Swiss Ephemeris library.