mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 16:15:34 +08:00
add sqlite extensions for github action
This commit is contained in:
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
uses: "shivammathur/setup-php@v2"
|
uses: "shivammathur/setup-php@v2"
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
extensions: swoole, posix, json, mbstring
|
extensions: swoole, posix, json, mbstring, pdo, sqlite3, pdo_sqlite
|
||||||
env:
|
env:
|
||||||
SWOOLE_CONFIGURE_OPTS: --enable-openssl
|
SWOOLE_CONFIGURE_OPTS: --enable-openssl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user