From 2a13a797a5a6e1e45eec2ca131e69d37f2613fb3 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Fri, 15 Aug 2025 15:47:24 +0200 Subject: [PATCH] Revert "Add PHP 8.5 to testing workflow (#1439)" This reverts commit 8cd01e932ad76bf5229be9a5f4b3cda6d6f7b6b0. --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 04e04b90..6e81829c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ] + php: [ '8.1', '8.2', '8.3', '8.4' ] imagemagick: [ '6.9.13-25', '7.1.1-47' ] imagick: [ '3.8.0' ]