mirror of
https://github.com/Intervention/image.git
synced 2025-08-21 13:11:18 +02:00
Update run-tests.yml add the fail fast key.
This commit is contained in:
1
.github/workflows/run-tests.yml
vendored
1
.github/workflows/run-tests.yml
vendored
@@ -6,6 +6,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['8.0']
|
php-versions: ['8.0']
|
||||||
name: Testing on PHP ${{ matrix.php-versions }}
|
name: Testing on PHP ${{ matrix.php-versions }}
|
||||||
|
Reference in New Issue
Block a user