fix CI
This commit is contained in:
parent
4cbf0cadda
commit
f1442e66d8
|
@ -25,7 +25,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
extensions: :opcache, mbstring
|
extensions: :opcache, mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
|
||||||
tools: composer:v2.6.6
|
tools: composer:v2.6.6
|
||||||
ini-values: opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
|
ini-values: opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
|
||||||
env:
|
env:
|
||||||
|
@ -55,8 +55,8 @@ jobs:
|
||||||
# COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
|
# COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
|
||||||
# run: composer install # will work
|
# run: composer install # will work
|
||||||
|
|
||||||
- name: Setup sqlite3 driver
|
# - name: Setup sqlite3 driver
|
||||||
run: apt install php${{ matrix.php-versions }}-sqlite3 -y
|
# run: apt install php${{ matrix.php-versions }}-sqlite3 -y
|
||||||
|
|
||||||
- name: Setup project
|
- name: Setup project
|
||||||
run: make setup
|
run: make setup
|
||||||
|
|
Loading…
Reference in New Issue