forked from aslan/applicant-site
fix CI
This commit is contained in:
parent
4cbf0cadda
commit
f1442e66d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue