From 113cd37b9deebcd82f9407732be574baefe82cb7 Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Mon, 17 Nov 2025 23:38:17 +0300 Subject: [PATCH] Added php 8.4 and 8.5 --- docs/_data/features.js | 1 + install/hst-install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_data/features.js b/docs/_data/features.js index f3ac262..46e8af7 100644 --- a/docs/_data/features.js +++ b/docs/_data/features.js @@ -22,6 +22,7 @@ export const webDomains = [ { text: 'PHP 8.2' }, { text: 'PHP 8.3' }, { text: 'PHP 8.4' }, + { text: 'PHP 8.5' }, ], }, ]; diff --git a/install/hst-install.sh b/install/hst-install.sh index 97412dd..281aac0 100755 --- a/install/hst-install.sh +++ b/install/hst-install.sh @@ -42,7 +42,7 @@ HESTIA_INSTALL_VER='1.9.6.rpm-alpha' # Dependencies mariadb_v="10.11" -multiphp_v=("74" "80" "81" "82" "83") +multiphp_v=("74" "80" "81" "82" "83", "84", "85") # default PHP version php_v="82"