update CI
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Failing after 25m23s Details

This commit is contained in:
aslan 2024-05-29 10:24:17 +03:00
parent aa54cf507d
commit 42f13eaed6
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ 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: pcre.jit=0 ini-values: pcre.jit=0, extension=gd2
extensions: fileinfo, xml, curl, mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, dom extensions: bcmath, exif, curl, pdo, zip, xdebug, dom, xml, sqlite3, mbstring, curl
tools: composer:${{ matrix.composer-version }} tools: composer:${{ matrix.composer-version }}
env: env: