1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-01 09:52:59 +02:00

Update run-tests.yml update matrix with php and stability keys.

This commit is contained in:
Sergey Kudashev
2022-03-23 02:03:13 +03:00
parent 47d0ada7d4
commit 488f823987

View File

@@ -8,7 +8,9 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['8.0']
php: [ 8.0, 8.1 ]
stability: [ prefer-lowest, prefer-stable ]
name: Testing on PHP ${{ matrix.php-versions }}
steps:
- name: 'Checkout Project'