1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-20 04:31:24 +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:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php-versions: ['8.0']
name: Testing on PHP ${{ matrix.php-versions }}