From 7da72ea1bd835665b5a1581e192bc11ce2258c82 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 18 Dec 2020 11:56:11 +1100 Subject: [PATCH] Remove php8 from tests --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 101e4a3759dd..04a441a58410 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-18.04', 'ubuntu-20.04'] - php-versions: ['7.3', '7.4', '8.0', '8.1'] + php-versions: ['7.3', '7.4'] phpunit-versions: ['latest'] include: - operating-system: 'ubuntu-latest'