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