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 #131

Oops... realized I implemented it incorrectly. Fixed now.
  • Loading branch information
jrfnl authored and grogy committed Dec 26, 2022
1 parent c389ed6 commit 4570122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
ini-values: phar.readonly=Off, error_reporting=-1, display_errors=On, zend.assertions=1
# Autoload files generated with Composer 2.3 are not compatible with PHP < 7.0.
tools: composer:2.2
env:
fail-fast: true

- name: Install Composer dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
ini-values: phar.readonly=Off, error_reporting=-1, display_errors=On, zend.assertions=1
# Autoload files generated with Composer 2.3 are not compatible with PHP < 7.0.
tools: composer:2.2
env:
fail-fast: true

- name: Install Composer dependencies
Expand Down

0 comments on commit 4570122

Please sign in to comment.