Skip to content

Commit

Permalink
Merge pull request #125 from jrfnl/feature/ghactions-dont-allow-failu…
Browse files Browse the repository at this point in the history
…res-against-php-8.1

GH Actions: don't allow builds against PHP 8.1 to fail
  • Loading branch information
jaapio authored Aug 13, 2021
2 parents 64bbc0f + 6866633 commit b456db8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
phpunit:
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
runs-on: ${{ matrix.operating-system }}
continue-on-error: ${{ matrix.php-versions == '8.1' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b456db8

Please sign in to comment.