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:
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
@@ -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'
|
||||||
|
Reference in New Issue
Block a user