From c7235942114dee3260cbea02fb3175422f3e6c27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:40:43 +0000 Subject: [PATCH] [TASK] Update php tool constraint to 8.2.* || 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 3def4bc..1079caf 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,6 @@ "eliashaeussler" ], "constraints": { - "php": "8.2.*" + "php": "8.2.* || 8.5.*" } }