Skip to content

Commit

Permalink
CI: disable fail-fast so we see all results
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Nov 28, 2024
1 parent b60ee03 commit c33b6fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
runs-on: "ubuntu-24.04"
needs: "fetch_defs"
strategy:
fail-fast: false
matrix:
php-version:
- "8.1"
Expand Down Expand Up @@ -92,6 +93,7 @@ jobs:
runs-on: "ubuntu-24.04"
needs: "fetch_defs"
strategy:
fail-fast: false
matrix:
php-version:
- "8.1"
Expand Down

0 comments on commit c33b6fc

Please sign in to comment.