From 49a1fb896656f3f2c3941966c3206b732bf60128 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sun, 31 May 2026 08:08:36 +0200 Subject: [PATCH] Add tested support for PHP 8.6 --- .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 f421f945..6432106f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.3', '8.4', '8.5' ] + php: [ '8.3', '8.4', '8.5', '8.6' ] imagemagick: [ '6.9.13-40', '7.1.2-15' ] imagick: [ '3.8.1' ]