Skip to content

Commit 537a8ea

Browse files
Change default PHP-FPM version to 8.2 (hestiacp#3861)
* Change default php-fpm version to 8.2 for Debian * Change default php-fpm version to 8.2 for Ubuntu
1 parent d1808a5 commit 537a8ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ VERBOSE='no'
3434
HESTIA_INSTALL_VER='1.9.0~alpha'
3535
# Dependencies
3636
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
37-
fpm_v="8.1"
37+
fpm_v="8.2"
3838
mariadb_v="10.11"
3939

4040
# Defining software pack for all distros

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ VERBOSE='no'
3434
HESTIA_INSTALL_VER='1.9.0~alpha'
3535
# Dependencies
3636
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
37-
fpm_v="8.1"
37+
fpm_v="8.2"
3838
mariadb_v="10.11"
3939

4040
# Defining software pack for all distros

0 commit comments

Comments
 (0)