From 22a359b004224c26cc87a868a112645c51961b22 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 18 Dec 2020 11:35:29 +1100 Subject: [PATCH] Fixes for github actions --- .github/workflows/phpunit.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index a01344f574a1..8d90cea6a9d4 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -17,11 +17,7 @@ jobs: phpunit-versions: ['latest'] include: - operating-system: 'ubuntu-latest' - phpunit: - runs-on: ubuntu-latest - strategy: - matrix: - php-versions: ['7.3', '7.4'] + env: DB_DATABASE1: ninja DB_USERNAME1: root