From 75c6c22563d54563e89464059fb7df2c6473bc06 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 11 May 2024 20:37:10 +0200 Subject: [PATCH] Update imagemagick to latest version in GitHub workflow --- .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 4b98c672..22223f70 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: php: [ '8.1', '8.2', '8.3' ] - imagemagick: [ '6.9.12-55', '7.1.0-40' ] + imagemagick: [ '6.9.12-55', '7.1.1-32' ] imagick: [ '3.7.0' ] stability: [ prefer-stable ]