From 3f2dfa4e964be7acc6cf713d29e61010ce3d2086 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 03:32:11 +0000 Subject: [PATCH] [TASK] Update php tool constraint to 8.5.* | datasource | package | from | to | | --------------- | -------------------------- | ------ | ----- | | github-releases | containerbase/php-prebuild | 8.2.31 | 8.5.6 | --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 99d6eda..84ace54 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,6 @@ "local>eliashaeussler/renovate-config" ], "constraints": { - "php": "8.2.*" + "php": "8.5.*" } }