From 91a423e60eca0e5f96a1564e0c1fae8d360c4f15 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 17 Jun 2024 11:27:55 +0100 Subject: [PATCH] Bumped php max version Signed-off-by: snipe --- .upgrade_requirements.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.upgrade_requirements.json b/.upgrade_requirements.json index 777006d929..53d7337b62 100644 --- a/.upgrade_requirements.json +++ b/.upgrade_requirements.json @@ -4,7 +4,7 @@ "DOC3": "Please don't rely on these versions for planning upgrades unless you've fetched the most recent version", "DOC4": "You should really just ignore it and run upgrade.php. Really", "php_min_version": "8.1.0", - "php_max_major_minor": "8.2", + "php_max_major_minor": "8.3", "php_max_wontwork": "8.4.0", "current_snipeit_version": "7.0" }