1
0
Fork 0
mirror of https://github.com/archtechx/template.git synced 2025-12-12 05:14:04 +00:00

remove fail-fast

This commit is contained in:
Samuel Štancl 2022-01-20 20:24:11 +01:00 committed by GitHub
parent 11574cafba
commit 59fb3033a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ jobs:
name: Tests (Pest) L${{ matrix.laravel }} name: Tests (Pest) L${{ matrix.laravel }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: true
matrix: matrix:
laravel: [8, 9] laravel: [8, 9]