From a1bb8a0564f69e6ceab575b72dd714948a0ad67a Mon Sep 17 00:00:00 2001 From: smiley Date: Fri, 21 Nov 2025 15:51:31 +0100 Subject: [PATCH] :fire: setup-php could you please? --- .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 b461e6b30..be684f94b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - "8.2" - "8.3" - "8.4" -# - "8.5" + - "8.5" steps: - name: "Checkout" @@ -42,7 +42,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - extensions: ast, ${{ env.PHP_EXTENSIONS }} + extensions: ast-1.1.3, ${{ env.PHP_EXTENSIONS }} ini-values: ${{ env.PHP_INI_VALUES }} coverage: none