From 46c0340403fb31bd56c0afe33061fc686d5cbea1 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 17 Aug 2020 19:28:59 +1000 Subject: [PATCH] Add PHP 8 to builds --- .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 af571e3e03c0..59e4b797b1d0 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.3', '7.4'] + php-versions: ['7.3', '7.4', '8.0'] env: DB_DATABASE1: ninja DB_USERNAME1: root