Fixes for phpunit

This commit is contained in:
David Bomba 2021-02-04 08:22:18 +11:00
parent a5372b1cf3
commit c7f33df5dc

View File

@ -67,7 +67,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mysql, mysqlnd, sqlite3, bcmath, gmp, gd, curl, zip, openssl, mbstring, xml
extensions: mysql, sqlite3, bcmath, gmp, gd, curl, zip, openssl, mbstring, xml
- uses: actions/checkout@v1
with: