We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02af03 commit 4e72553Copy full SHA for 4e72553
.github/workflows/tests.yml
@@ -10,6 +10,7 @@ jobs:
10
name: Test on php ${{ matrix.php-version }} and ${{ matrix.os }}
11
runs-on: ${{ matrix.os }}
12
strategy:
13
+ fail-fast: false
14
matrix:
15
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
16
os: [ubuntu-latest]
0 commit comments