From 5431c1e1bd350e3f080f66ea9cdead3db79bb8f8 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 11 Sep 2021 17:04:54 +1000 Subject: [PATCH] Remove 8.1 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 ef17569537..559591bf74 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.4','8.0','8.1'] + php-versions: ['7.4','8.0'] phpunit-versions: ['latest'] env: