Skip to content

Commit

Permalink
Another attempt at QA
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Feb 5, 2022
1 parent 162201b commit cb9bfa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
USE_COVERAGE: 'no'
strategy:
fail-fast: true
fail-fast: false
matrix:
php-ver: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
dependency-versions: [ 'lowest', 'highest' ]
Expand All @@ -64,7 +64,7 @@ jobs:
php-version: ${{ matrix.php-ver }}
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
coverage: ${{ ((env.USE_COVERAGE == 'yes') && 'xdebug') || 'none' }}
tools: cs2pr, parallel-lint:^1.3.1
tools: cs2pr, parallel-lint

- name: Check syntax error in sources
if: ${{ matrix.dependency-versions == 'highest' }}
Expand Down

0 comments on commit cb9bfa7

Please sign in to comment.