From bf5f1a28311a5aba99cc66e0296f6c37ed8bd5fb Mon Sep 17 00:00:00 2001 From: Yoanm <4410697+yoanm@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:11:32 +0200 Subject: [PATCH] Increase CI supported versions --- .github/workflows/supported-versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/supported-versions.json b/.github/workflows/supported-versions.json index 23dc44d..820915d 100644 --- a/.github/workflows/supported-versions.json +++ b/.github/workflows/supported-versions.json @@ -1,3 +1,3 @@ { - "php": {"min": "8.0", "max": "8.2", "next": "8.3"} + "php": {"min": "8.0", "max": "8.4", "next": "8.5"} }