We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11994be commit 517e70eCopy full SHA for 517e70e
1 file changed
.github/workflows/php.yml
@@ -14,7 +14,7 @@ jobs:
14
env:
15
SWOFT_DEBUG: 0
16
strategy:
17
- fail-fast: true # dont fast fail
+ fail-fast: true
18
matrix:
19
php: [7.1, 7.2, 7.3, 7.4]
20
os: [ubuntu-latest] # , macOS-latest, windows-latest
0 commit comments