mirror of
https://github.com/Intervention/image.git
synced 2025-07-31 11:00:12 +02:00
Add PHP 8.1 to Github workflows, remove 8.0 support
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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: [ '8.0', '8.1' ]
|
||||
php: [ '8.1', '8.2' ]
|
||||
imagemagick: [ '6.9.12-55', '7.1.0-40' ]
|
||||
imagick: [ '3.7.0' ]
|
||||
stability: [ prefer-stable ]
|
||||
|
Reference in New Issue
Block a user