1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-09 21:50:47 +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: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
php-versions: ['8.0'] php: [ 8.0, 8.1 ]
stability: [ prefer-lowest, prefer-stable ]
name: Testing on PHP ${{ matrix.php-versions }} name: Testing on PHP ${{ matrix.php-versions }}
steps: steps:
- name: 'Checkout Project' - name: 'Checkout Project'