mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 09:10:21 +02:00
Fix Imagick versions in test workflow
This commit is contained in:
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: [ '8.0', '8.1' ]
|
||||
imagemagick: [ '6.9.12-43', '7.1.0-28' ]
|
||||
imagemagick: [ '6.9.12-55', '7.1.0-40' ]
|
||||
imagick: [ '3.7.0' ]
|
||||
stability: [ prefer-lowest, prefer-stable ]
|
||||
|
||||
|
Reference in New Issue
Block a user