1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-25 14:50:48 +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: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php: [ '8.1', '8.2' ] php: [ '8.1', '8.2', '8.3' ]
imagemagick: [ '6.9.12-55', '7.1.0-40' ] imagemagick: [ '6.9.12-55', '7.1.0-40' ]
imagick: [ '3.7.0' ] imagick: [ '3.7.0' ]
stability: [ prefer-stable ] stability: [ prefer-stable ]