We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2906e03 commit 749a75bCopy full SHA for 749a75b
.github/workflows/tests.yml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
continue-on-error: ${{ matrix.experimental }}
13
strategy:
14
+ fail-fast: false
15
matrix:
16
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
17
os: [ubuntu-latest]
0 commit comments