1
0
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:
Sergey Kudashev
2022-03-23 02:02:49 +03:00
parent d52630338b
commit 47d0ada7d4

View File

@@ -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 }}