Skip to content
This repository was archived by the owner on Jul 26, 2021. It is now read-only.

Commit 76fc056

Browse files
Do not abort other test jobs when one test job fails
1 parent a853a0e commit 76fc056

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
@@ -67,6 +67,7 @@ jobs:
6767
runs-on: "ubuntu-latest"
6868

6969
strategy:
70+
fail-fast: false
7071
matrix:
7172
php-version:
7273
- "7.3"

0 commit comments

Comments
 (0)