Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit cce7378

Browse files
committed
Do not fail fast
1 parent 18a1a34 commit cce7378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
continue-on-error: ${{ matrix.experimental }}
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
php-version: ["7.1.3", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
1920
experimental: [false]

0 commit comments

Comments
 (0)