1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-01 01:51:43 +02:00

Update imagemagick/imagick test workflow dependencies (#1447)

This commit is contained in:
Oliver Vogel
2025-05-31 11:07:47 +02:00
committed by GitHub
parent e332f24229
commit d3c3b6422a

View File

@@ -9,8 +9,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
php: [ '8.1', '8.2', '8.3', '8.4' ] php: [ '8.1', '8.2', '8.3', '8.4' ]
imagemagick: [ '6.9.12-55', '7.1.1-32' ] imagemagick: [ '6.9.13-25', '7.1.1-47' ]
imagick: [ '3.7.0' ] imagick: [ '3.8.0' ]
name: PHP ${{ matrix.php }} - ImageMagick ${{ matrix.imagemagick }} name: PHP ${{ matrix.php }} - ImageMagick ${{ matrix.imagemagick }}