Skip to content

Commit 1195f44

Browse files
authored
Disable GitHub Actions fail-fast strategy
1 parent 47bd676 commit 1195f44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
COMPOSER_NO_INTERACTION: 1
1919

2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
php: [8.1, 8.0, 7.4, 7.3, 7.2]
2324

0 commit comments

Comments
 (0)