Skip to content

Commit

Permalink
re-enable fail-fast feature in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjektGopher committed Mar 19, 2024
1 parent e854ed3 commit 0eaaca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
# fail-fast: true
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1]
Expand Down

0 comments on commit 0eaaca6

Please sign in to comment.