Skip to content

Commit b9581d9

Browse files
authored
Add support for PHP8.3 (hestiacp#4175)
1 parent e8f89eb commit b9581d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ VERBOSE='no'
3333
# Define software versions
3434
HESTIA_INSTALL_VER='1.9.0~alpha'
3535
# Supported PHP versions
36-
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
36+
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2" "8.3")
3737
# One of the following PHP versions is required for Roundcube / phpmyadmin
38-
multiphp_required=("7.3" "7.4" "8.0" "8.1" "8.2")
38+
multiphp_required=("7.3" "7.4" "8.0" "8.1" "8.2","8.3")
3939
# Default PHP version if none supplied
4040
fpm_v="8.2"
4141
# MariaDB version

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ VERBOSE='no'
3333
# Define software versions
3434
HESTIA_INSTALL_VER='1.9.0~alpha'
3535
# Supported PHP versions
36-
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
36+
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2","8.3")
3737
# One of the following PHP versions is required for Roundcube / phpmyadmin
38-
multiphp_required=("7.3" "7.4" "8.0" "8.1" "8.2")
38+
multiphp_required=("7.3" "7.4" "8.0" "8.1" "8.2","8.3")
3939

4040
# Default PHP version if none supplied
4141
fpm_v="8.2"

install/upgrade/upgrade.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ UPGRADE_RESTART_SERVICES='true'
3535
#######################################################################################
3636

3737
# Supported PHP versions
38-
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
38+
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2"."8.3")
3939

4040
#######################################################################################
4141
####### 3rd Party Software Updates #######

0 commit comments

Comments
 (0)