Skip to content

Commit c3ad43d

Browse files
authored
Merge pull request #195 from PHPCSStandards/feature/ghactions-fix-fail-fast
GH Actions: fix up fail-fast for setup-php
2 parents 4ff0459 + 8a9b213 commit c3ad43d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/integrationtest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
123123
tools: "composer:${{ matrix.composer }}"
124124
coverage: none
125+
env:
125126
fail-fast: true
126127

127128
- name: "Conditionally disable tls (Composer 1.x/Windows/PHP 5.4)"

.github/workflows/quicktest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
5050
tools: "composer:${{ matrix.composer }}"
5151
coverage: none
52+
env:
5253
fail-fast: true
5354

5455
- name: "Conditionally disable tls (Composer 1.x/Windows/PHP 5.4)"

0 commit comments

Comments
 (0)