From 018f5835c84cad33029b3b970f052527a1f00fac Mon Sep 17 00:00:00 2001 From: Marjo Wenzel van Lier Date: Sat, 6 Dec 2025 11:11:13 +0100 Subject: [PATCH] ci(workflow): Update to PHP 8.5 stable release - Change CI matrix from PHP 8.5.0alpha4 to PHP 8.5 stable - Rename php84_exit.phpt to php85_exit.phpt for consistency PHP 8.5 has been officially released, updating CI to test against the stable version instead of the alpha. Signed-off-by: Marjo Wenzel van Lier --- .github/workflows/main.yml | 2 +- package.xml | 4 ++-- tests/{php84_exit.phpt => php85_exit.phpt} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename tests/{php84_exit.phpt => php85_exit.phpt} (100%) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea8e48f..5ce5c28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: - PHP_VERSION: '8.2' - PHP_VERSION: '8.3' - PHP_VERSION: '8.4' - - PHP_VERSION: '8.5.0alpha4' + - PHP_VERSION: '8.5' # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/package.xml b/package.xml index 08c503c..a8dd6da 100644 --- a/package.xml +++ b/package.xml @@ -124,12 +124,12 @@ - + - + diff --git a/tests/php84_exit.phpt b/tests/php85_exit.phpt similarity index 100% rename from tests/php84_exit.phpt rename to tests/php85_exit.phpt