From 67067d62be31982ed5f3fb434f7e7db9d87c4959 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:42:55 +0000 Subject: [PATCH] Update php tool constraint to v8 --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index df2578b..a0501d7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -17,7 +17,7 @@ { "description": "PHP version of the cakephp-4.x branch", "matchBaseBranches": ["cakephp-4.x"], - "constraints": { "php": "^7.4" } + "constraints": { "php": "^8.0" } }, { "description": "PHP version of the cakephp-5.x branch",