1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-16 02:44:01 +02:00

Update run-tests.yml style file.

This commit is contained in:
Sergey Kudashev
2022-03-26 11:28:25 +03:00
parent 3fbce7577f
commit e2107fa351

View File

@@ -9,13 +9,8 @@ jobs:
fail-fast: false
matrix:
php: [ '8.0', '8.1' ]
imagemagick: [
'6.9.12-43',
'7.1.0-28'
]
imagick: [
'3.7.0'
]
imagemagick: [ '6.9.12-43', '7.1.0-28' ]
imagick: [ '3.7.0' ]
stability: [ prefer-lowest, prefer-stable ]
name: P${{ matrix.php }} - ${{ matrix.stability }}