From 547adbd2c32d3ce1f32ecfd2f40af9165fb77c5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 13:28:38 +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 536033d..c338b68 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,6 @@ "local>eliashaeussler/renovate-config:composer-plugin" ], "constraints": { - "php": "8.2.*" + "php": "8.5.*" } }