From 3ad6fda22ac18aeaba3f0140cb1da7459de1e838 Mon Sep 17 00:00:00 2001 From: smiley Date: Fri, 8 Mar 2024 21:08:15 +0100 Subject: [PATCH] :octocat: --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dfedad6..40d2cf93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: - main env: - PHP_EXTENSIONS: ast, curl, fileinfo, intl, json, mbstring, simplexml, sodium, zlib + PHP_EXTENSIONS: curl, fileinfo, intl, json, mbstring, simplexml, sodium, zlib PHP_INI_VALUES: memory_limit=-1, error_reporting=-1, display_errors=On @@ -42,7 +42,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - extensions: ${{ env.PHP_EXTENSIONS }} + extensions: ast, ${{ env.PHP_EXTENSIONS }} ini-values: ${{ env.PHP_INI_VALUES }} tools: pecl coverage: none