Skip to content

Commit

Permalink
Merge pull request #195 from PHPCSStandards/feature/ghactions-fix-fai…
Browse files Browse the repository at this point in the history
…l-fast

GH Actions: fix up fail-fast for setup-php
  • Loading branch information
jrfnl committed Jan 2, 2023
2 parents 4ff0459 + 8a9b213 commit c3ad43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrationtest.yml
Expand Up @@ -122,6 +122,7 @@ jobs:
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
tools: "composer:${{ matrix.composer }}"
coverage: none
env:
fail-fast: true

- name: "Conditionally disable tls (Composer 1.x/Windows/PHP 5.4)"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/quicktest.yml
Expand Up @@ -49,6 +49,7 @@ jobs:
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
tools: "composer:${{ matrix.composer }}"
coverage: none
env:
fail-fast: true

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

0 comments on commit c3ad43d

Please sign in to comment.