From 32548d033228cc6825ca4e47c274b814c18c06f0 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sun, 11 Aug 2024 13:52:46 +0200 Subject: [PATCH] Add tested support for PHP 8.4 (#1321) --- .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 22223f70..7fdf0fbd 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' ] + php: [ '8.1', '8.2', '8.3', '8.4' ] imagemagick: [ '6.9.12-55', '7.1.1-32' ] imagick: [ '3.7.0' ] stability: [ prefer-stable ]