From f44fe71c28702fdfe8918ab27c87491f3be552b1 Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Tue, 18 Nov 2025 22:50:59 +0300 Subject: [PATCH] Added php versions to upgrade.conf --- install/upgrade/upgrade.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/upgrade/upgrade.conf b/install/upgrade/upgrade.conf index 36e2501..7ff78ed 100644 --- a/install/upgrade/upgrade.conf +++ b/install/upgrade/upgrade.conf @@ -35,7 +35,7 @@ UPGRADE_RESTART_SERVICES='true' ####################################################################################### # Supported PHP versions -multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2", "8.3") +multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2", "8.3", "8.4", "8.5") ####################################################################################### ####### 3rd Party Software Updates #######