Added php 8.4 and 8.5
This commit is contained in:
@@ -22,6 +22,7 @@ export const webDomains = [
|
|||||||
{ text: 'PHP 8.2' },
|
{ text: 'PHP 8.2' },
|
||||||
{ text: 'PHP 8.3' },
|
{ text: 'PHP 8.3' },
|
||||||
{ text: 'PHP 8.4' },
|
{ text: 'PHP 8.4' },
|
||||||
|
{ text: 'PHP 8.5' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ HESTIA_INSTALL_VER='1.9.6.rpm-alpha'
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
mariadb_v="10.11"
|
mariadb_v="10.11"
|
||||||
multiphp_v=("74" "80" "81" "82" "83")
|
multiphp_v=("74" "80" "81" "82" "83", "84", "85")
|
||||||
|
|
||||||
# default PHP version
|
# default PHP version
|
||||||
php_v="82"
|
php_v="82"
|
||||||
|
|||||||
Reference in New Issue
Block a user