From a3181ff1abd49da9ac3d8c7e1684b10ec74c3893 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 18 Dec 2020 11:54:12 +1100 Subject: [PATCH] Expand testing to include php 8.0 --- .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 904f1d6ba71e..0fe5be863dc1 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-versions: ['7.3', '7.4'] + php-versions: ['7.3', '7.4', '8.0'] phpunit-versions: ['latest'] include: - operating-system: 'ubuntu-latest' @@ -69,7 +69,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} - + - uses: actions/checkout@v1 with: ref: v5-develop