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 7d23765 commit 07457c7Copy full SHA for 07457c7
.github/workflows/build.yml
@@ -80,6 +80,7 @@ jobs:
80
name: Build and Test
81
runs-on: ${{ matrix.os }}
82
strategy:
83
+ fail-fast: false
84
matrix:
85
os: [ubuntu-latest, macos-latest, windows-latest]
86
php: ["8.0", "8.1", "8.2", "8.3", "8.4"]
0 commit comments