Skip to content

Commit

Permalink
GH Actions: fix up fail-fast for setup-php
Browse files Browse the repository at this point in the history
Follow up on PR #194

Oops... realized I implemented it incorrectly. Fixed now.
  • Loading branch information
jrfnl committed Dec 20, 2022
1 parent 4ff0459 commit 8a9b213
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 8a9b213

Please sign in to comment.