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"} }