From ab45be20631b833c39359a721ed3d4ab1eef123b Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Fri, 15 Aug 2025 15:48:18 +0200 Subject: [PATCH] Add PHP 8.5 to testing workflows --- .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 6e81829c..04e04b90 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' ] + php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ] imagemagick: [ '6.9.13-25', '7.1.1-47' ] imagick: [ '3.8.0' ]