From 90fbe00476a211b145b5121e012a40331caf80f0 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Fri, 15 Aug 2025 15:29:08 +0200 Subject: [PATCH] Add PHP 8.5 to testing workflow (#1439) --- .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 756393a6..17b7c4cd 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.2', '8.3', '8.4' ] + php: [ '8.2', '8.3', '8.4', '8.5' ] imagemagick: [ '6.9.13-25', '7.1.1-47' ] imagick: [ '3.8.0' ]