From f1442e66d85f87fd63bc14401113684905465850 Mon Sep 17 00:00:00 2001 From: aslan Date: Sat, 10 Feb 2024 12:04:50 +0300 Subject: [PATCH] fix CI --- .gitea/workflows/php.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/php.yml b/.gitea/workflows/php.yml index c8cbe46..122747d 100644 --- a/.gitea/workflows/php.yml +++ b/.gitea/workflows/php.yml @@ -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