mirror of
https://github.com/Intervention/image.git
synced 2025-08-24 06:22:57 +02:00
Add tested support for PHP 8.4 (#1321)
This commit is contained in:
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [ '8.1', '8.2', '8.3' ]
|
php: [ '8.1', '8.2', '8.3', '8.4' ]
|
||||||
imagemagick: [ '6.9.12-55', '7.1.1-32' ]
|
imagemagick: [ '6.9.12-55', '7.1.1-32' ]
|
||||||
imagick: [ '3.7.0' ]
|
imagick: [ '3.7.0' ]
|
||||||
stability: [ prefer-stable ]
|
stability: [ prefer-stable ]
|
||||||
|
Reference in New Issue
Block a user