Skip to content

Commit 1d82403

Browse files
committed
TEMP/TESTING
1 parent 3b6cf51 commit 1d82403

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/quicktest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494

9595
strategy:
96+
fail-fast: false
9697
matrix:
9798
php: ['5.4', 'latest']
9899
phpcs_version: ['3.1.0', 'dev-master']

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999

100100
strategy:
101+
fail-fast: false
101102
# Keys:
102103
# - experimental: Whether the build is "allowed to fail".
103104
matrix:

0 commit comments

Comments
 (0)