From 6400b896e30f6775ab641f302423db31dc85026b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 18 Dec 2020 12:06:13 +1100 Subject: [PATCH] add mysql extension for testing --- .github/workflows/phpunit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 333ca4460a2a..552c2ce230e1 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -67,6 +67,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} + extensions: mysql, mysqlnd - uses: actions/checkout@v1 with: