fix ci
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Failing after 34m10s Details

This commit is contained in:
aslan 2024-05-08 10:02:37 +03:00
parent e70738c676
commit 2238883817
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
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
tools: composer:${{ matrix.composer-version }}