Add additional php extensions
This commit is contained in:
parent
8387f3db9e
commit
bd8ebbbbdf
|
|
@ -67,8 +67,8 @@ jobs:
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
extensions: mysql, mysqlnd, sqlite3
|
extensions: mysql, mysqlnd, sqlite3, bcmath, gmp, gd, curl, zip, openssl, mbstring, xml
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
ref: v5-develop
|
ref: v5-develop
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue