1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-16 10:54:02 +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 fail-fast: false
matrix: matrix:
php: [ '8.0', '8.1' ] php: [ '8.0', '8.1' ]
imagemagick: [ imagemagick: [ '6.9.12-43', '7.1.0-28' ]
'6.9.12-43', imagick: [ '3.7.0' ]
'7.1.0-28'
]
imagick: [
'3.7.0'
]
stability: [ prefer-lowest, prefer-stable ] stability: [ prefer-lowest, prefer-stable ]
name: P${{ matrix.php }} - ${{ matrix.stability }} name: P${{ matrix.php }} - ${{ matrix.stability }}