Fixes for tests

This commit is contained in:
David Bomba 2021-02-04 21:30:50 +11:00
parent cb7d51a496
commit 2f02b17ab9

View File

@ -64,13 +64,13 @@ jobs:
- name: Verify MySQL connection from container - name: Verify MySQL connection from container
run: | run: |
mysql -h"127.0.0.1" -uninja -pninja -e "SHOW DATABASES" mysql -h"localhost" -uninja -pninja -e "SHOW DATABASES"
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: ${{ matrix.php-versions }} php-version: ${{ matrix.php-versions }}
extensions: mysql, sqlite3, bcmath, gmp, gd, curl, zip, openssl, mbstring, xml extensions: mysql, mysqlnd, sqlite3, bcmath, gmp, gd, curl, zip, openssl, mbstring, xml
- uses: actions/checkout@v1 - uses: actions/checkout@v1
with: with: