This commit is contained in:
aslan 2024-02-10 12:04:50 +03:00
parent 4cbf0cadda
commit f1442e66d8
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
coverage: xdebug
extensions: :opcache, mbstring
extensions: :opcache, mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
tools: composer:v2.6.6
ini-values: opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
env:
@ -55,8 +55,8 @@ jobs:
# COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
# run: composer install # will work
- name: Setup sqlite3 driver
run: apt install php${{ matrix.php-versions }}-sqlite3 -y
# - name: Setup sqlite3 driver
# run: apt install php${{ matrix.php-versions }}-sqlite3 -y
- name: Setup project
run: make setup