Skip to content

Commit 35ac766

Browse files
committed
Do not fail fast the CI
1 parent c4d0a85 commit 35ac766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 15
1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
2223
dependency-version: [ '' ]

0 commit comments

Comments
 (0)