From 68666331a917d7fcd1751161e08bb57879c4fc7b Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 8 Aug 2021 22:35:34 +0200 Subject: [PATCH] GH Actions: don't allow builds against PHP 8.1 to fail The tests currently pass, let's keep it that way ;-) --- .github/workflows/push.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 78495b0..739fbfc 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: