From bfc4553a03338d5470e37e8ba5a70acf267107b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 04:15:15 +0000 Subject: [PATCH] [TASK] Update php to v8.4 | datasource | package | from | to | | ----------- | ----------- | ---- | --- | | github-tags | php/php-src | 8.3 | 8.4 | --- .github/workflows/cgl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cgl.yaml b/.github/workflows/cgl.yaml index 393331d..af00054 100644 --- a/.github/workflows/cgl.yaml +++ b/.github/workflows/cgl.yaml @@ -21,7 +21,7 @@ jobs: uses: shivammathur/setup-php@v2 with: # @todo Use PHP 8.4 once PHP-CS-Fixer supports PHP 8.4 - php-version: 8.3 + php-version: 8.4 tools: composer:v2, composer-require-checker, composer-unused, cs2pr coverage: none