fix ci
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Failing after 34m10s
Details
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Failing after 34m10s
Details
This commit is contained in:
parent
e70738c676
commit
2238883817
|
@ -25,7 +25,7 @@ jobs:
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
ini-values: opcache.enable_cli=1, extension=gd
|
ini-values: opcache.enable_cli=1, extension=gd2
|
||||||
extensions: fileinfo, xml, curl, mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, php-gd, dom
|
extensions: fileinfo, xml, curl, mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, php-gd, dom
|
||||||
tools: composer:${{ matrix.composer-version }}
|
tools: composer:${{ matrix.composer-version }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue