From c406e0771c708d3a6c3d81067a416be7e5249fe6 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 7 Jul 2020 23:25:31 +1000 Subject: [PATCH] Add PHP 7.3 and PHP 7.4 to tests --- .github/workflows/phpunit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 7825d8f939f3..ff8a4ae98a25 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -7,6 +7,9 @@ name: phpunit jobs: phpunit: runs-on: ubuntu-latest + strategy: + matrix: + php-versions: ['7.3', '7.4'] env: DB_DATABASE1: ninja DB_USERNAME1: root