Skip to content

Commit 97ff35a

Browse files
committed
Dont fail fast
1 parent 00f710c commit 97ff35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
runs-on: ${{ matrix.os }}
88
strategy:
9-
fail-fast: true
9+
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [7.3, 8.0, 8.1]

0 commit comments

Comments
 (0)