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

Change test workflow to run only stable versions

This commit is contained in:
Oliver Vogel
2022-07-05 19:34:35 +02:00
parent 58d17f044f
commit eba3948749

View File

@@ -11,7 +11,7 @@ jobs:
php: [ '8.0', '8.1' ]
imagemagick: [ '6.9.12-55', '7.1.0-40' ]
imagick: [ '3.7.0' ]
stability: [ prefer-lowest, prefer-stable ]
stability: [ prefer-stable ]
name: P${{ matrix.php }} - ${{ matrix.stability }}