From a4652c548e988c9d2f5e73c12dc154dc1f508944 Mon Sep 17 00:00:00 2001 From: Fabian Grutschus Date: Tue, 23 Nov 2021 15:43:24 +0100 Subject: [PATCH] Disable running test under PHP 8.1 --- .github/workflows/unit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 9d419c4..d5d30df 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -19,8 +19,8 @@ jobs: composer-args: '' - version: '8.0' composer-args: '--ignore-platform-reqs' - - version: '8.1' - composer-args: '--ignore-platform-reqs' +# - version: '8.1' +# composer-args: '--ignore-platform-reqs' prefer-lowest: ['', '--prefer-lowest'] name: Unit Tests - PHP ${{ matrix.php.version }} ${{ matrix.prefer-lowest }}