Skip to content

Commit f4542cf

Browse files
authored
PHP 8.3 fix typos (hestiacp#4516)
1 parent 7867f81 commit f4542cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ HESTIA_INSTALL_VER='1.9.0~alpha'
3535
# Supported PHP versions
3636
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","8.3")
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.3"
4141
# MariaDB version

0 commit comments

Comments
 (0)