Skip to content

Commit

Permalink
ci: do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 24, 2024
1 parent 2906e03 commit 749a75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
os: [ubuntu-latest]
Expand Down

0 comments on commit 749a75b

Please sign in to comment.