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 3b6cf51 commit 1d82403Copy full SHA for 1d82403
.github/workflows/quicktest.yml
@@ -93,6 +93,7 @@ jobs:
93
runs-on: ubuntu-latest
94
95
strategy:
96
+ fail-fast: false
97
matrix:
98
php: ['5.4', 'latest']
99
phpcs_version: ['3.1.0', 'dev-master']
.github/workflows/test.yml
@@ -98,6 +98,7 @@ jobs:
100
101
102
# Keys:
103
# - experimental: Whether the build is "allowed to fail".
104
0 commit comments