forked from aslan/applicant-site
Compare commits
No commits in common. "22e6a16c328f51378e54685fc3aa1c88fa46e8c8" and "2f7474d311e279693c96426250b18aa5e6eb264c" have entirely different histories.
22e6a16c32
...
2f7474d311
|
@ -26,9 +26,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, gd
|
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
|
||||||
tools: composer:${{ matrix.composer-version }}
|
tools: composer:${{ matrix.composer-version }}
|
||||||
ini-values: opcache.enable_cli=1
|
ini-values: opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
|
||||||
env:
|
env:
|
||||||
debug: true
|
debug: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue