Skip to content

Commit fde7db3

Browse files
committed
ci: disable fail-fast on tests
1 parent 7859d9a commit fde7db3

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
@@ -88,6 +88,7 @@ jobs:
8888
runs-on: "ubuntu-18.04"
8989

9090
strategy:
91+
fail-fast: false
9192
matrix:
9293
php-version:
9394
- "7.2"
@@ -125,6 +126,7 @@ jobs:
125126
runs-on: "ubuntu-18.04"
126127

127128
strategy:
129+
fail-fast: false
128130
matrix:
129131
php-version:
130132
- "7.2"

0 commit comments

Comments
 (0)