1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-22 13:32:56 +02:00

Update imagemagick to latest version in GitHub workflow

This commit is contained in:
Oliver Vogel
2024-05-11 20:37:10 +02:00
parent 602ec5f64a
commit 75c6c22563

View File

@@ -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 ]