Skip to content

Commit 4e72553

Browse files
committed
ci: do not fail fast
1 parent b02af03 commit 4e72553

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
@@ -10,6 +10,7 @@ jobs:
1010
name: Test on php ${{ matrix.php-version }} and ${{ matrix.os }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
1516
os: [ubuntu-latest]

0 commit comments

Comments
 (0)