Skip to content

Commit 41850f1

Browse files
Do not abort other test jobs when one test job fails
1 parent df111ac commit 41850f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777

7878
strategy:
79+
fail-fast: false
7980
matrix:
8081
php-version:
8182
- "7.3"

0 commit comments

Comments
 (0)