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

Add PHP 8.3 to Github testing workflow

This commit is contained in:
Oliver Vogel
2023-10-31 20:19:09 +01:00
parent b5e31e574f
commit 03130eff4e

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]
imagemagick: [ '6.9.12-55', '7.1.0-40' ]
imagick: [ '3.7.0' ]
stability: [ prefer-stable ]