add mysql extension for testing
This commit is contained in:
parent
6400b896e3
commit
8387f3db9e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: mysql, mysqlnd
|
||||
extensions: mysql, mysqlnd, sqlite3
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue