Skip to content

Commit

Permalink
Update imagemagick to latest version in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed May 11, 2024
1 parent 602ec5f commit 75c6c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -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 ]

Expand Down

0 comments on commit 75c6c22

Please sign in to comment.