From 4191fb33024bca8a24d6e5fead9eee194e533314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 18:27:36 +0000 Subject: [PATCH] [TASK] Update php to v8.5 | datasource | package | from | to | | ----------- | ----------- | ---- | --- | | github-tags | php/php-src | 8.4 | 8.5 | --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e3ad67ec..84fd3410 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -141,7 +141,7 @@ jobs: uses: shivammathur/setup-php@v2 with: # @todo Switch to PHP 8.5 once Box is fully PHP 8.5 compatible - php-version: 8.4 + php-version: 8.5 ini-file: development tools: composer:v2