From 4d2943be7b584a0561dce38195604dc24dd12b54 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 24 Oct 2024 07:33:55 +0300 Subject: [PATCH] Renovate: update PHP constraint --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2cc0f77..c084978 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,7 +8,7 @@ ], "baseBranches": ["main"], "constraints": { - "php": "8.3.8" + "php": "8.3.12" }, "enabled": true }