Skip to content

Commit b456db8

Browse files
authored
Merge pull request #125 from jrfnl/feature/ghactions-dont-allow-failures-against-php-8.1
GH Actions: don't allow builds against PHP 8.1 to fail
2 parents 64bbc0f + 6866633 commit b456db8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
phpunit:
5959
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
6060
runs-on: ${{ matrix.operating-system }}
61-
continue-on-error: ${{ matrix.php-versions == '8.1' }}
6261
strategy:
6362
fail-fast: false
6463
matrix:

0 commit comments

Comments
 (0)