Skip to content

Commit

Permalink
Merge pull request #194 from PHPCSStandards/feature/ghactions-fail-se…
Browse files Browse the repository at this point in the history
…tup-php

GH Actions: selectively use `fail-fast` with setup-php
  • Loading branch information
jrfnl committed Dec 16, 2022
2 parents 77cfd99 + eb5932a commit 4ff0459
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
fail-fast: true

- name: "Conditionally disable tls (Composer 1.x/Windows/PHP 5.4)"
if: ${{ matrix.os == 'windows-latest' && matrix.composer == 'v1' && matrix.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
fail-fast: true

- name: "Conditionally disable tls (Composer 1.x/Windows/PHP 5.4)"
if: ${{ matrix.os == 'windows-latest' && matrix.composer == 'v1' && matrix.php == '5.4' }}
Expand Down

0 comments on commit 4ff0459

Please sign in to comment.