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

remove fail-fast

This commit is contained in:
Samuel Štancl 2022-01-20 20:23:47 +01:00 committed by GitHub
parent 7ee58906ba
commit 77eae62507
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,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]