Skip to content

Commit c33b6fc

Browse files
committed
CI: disable fail-fast so we see all results
1 parent b60ee03 commit c33b6fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
runs-on: "ubuntu-24.04"
4646
needs: "fetch_defs"
4747
strategy:
48+
fail-fast: false
4849
matrix:
4950
php-version:
5051
- "8.1"
@@ -92,6 +93,7 @@ jobs:
9293
runs-on: "ubuntu-24.04"
9394
needs: "fetch_defs"
9495
strategy:
96+
fail-fast: false
9597
matrix:
9698
php-version:
9799
- "8.1"

0 commit comments

Comments
 (0)