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 Aug 17, 2024
1 parent b02af03 commit 4e72553
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 @@ -10,6 +10,7 @@ jobs:
name: Test on php ${{ matrix.php-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
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 4e72553

Please sign in to comment.