prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit f1442e66d8 - Show all commits

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