1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 17:19:50 +02:00

Fix Imagick versions in test workflow

This commit is contained in:
Oliver Vogel
2022-07-04 20:01:20 +02:00
parent d1ce4a3a83
commit bb6d81b96f

View File

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