1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-23 14:02:47 +02:00

Add tested support for PHP 8.4 (#1321)

This commit is contained in:
Oliver Vogel
2024-08-11 13:52:46 +02:00
committed by GitHub
parent 9deb50b0bc
commit 32548d0332

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
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' ]
imagick: [ '3.7.0' ]
stability: [ prefer-stable ]