From 77a3160afddca92ee8163599c3add292506f349f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 18 Dec 2020 11:55:25 +1100 Subject: [PATCH] expand testing coverage to include PHP 8.1 --- .github/workflows/phpunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 0fe5be863d..101e4a3759 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -12,8 +12,8 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: ['ubuntu-latest'] - php-versions: ['7.3', '7.4', '8.0'] + operating-system: ['ubuntu-18.04', 'ubuntu-20.04'] + php-versions: ['7.3', '7.4', '8.0', '8.1'] phpunit-versions: ['latest'] include: - operating-system: 'ubuntu-latest'