1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

Add PHP8.1 and 8.2

This commit is contained in:
Éric Gaspar 2023-01-15 15:22:43 +01:00
parent 33b63ca97a
commit 76805f12cc
3 changed files with 28 additions and 2 deletions

View file

@ -85,6 +85,32 @@
setup_sub_dir=1
upgrade=1
backup_restore=1
;; Test with PHP8.1
; Manifest
domain="domain.tld"
path="/path"
with_sftp=0
password="myreallystrengthpassword"
is_public=1
phpversion="8.1"
with_mysql=0
; Checks
setup_sub_dir=1
upgrade=1
backup_restore=1
;; Test with PHP8.2
; Manifest
domain="domain.tld"
path="/path"
with_sftp=0
password="myreallystrengthpassword"
is_public=1
phpversion="8.2"
with_mysql=0
; Checks
setup_sub_dir=1
upgrade=1
backup_restore=1
;;; Options
Email=
Notification=change

View file

@ -24,7 +24,7 @@ name = "My Webapp configuration"
[main.php_fpm_config.phpversion]
ask = "PHP version"
type = "select"
choices = ["none", "7.3", "7.4", "8.0"]
choices = ["none", "7.3", "7.4", "8.0", "8.1", "8.2"]
default = "none"
[main.php_fpm_config.fpm_footprint]

View file

@ -64,7 +64,7 @@
"en": "Choose a PHP version you want to use for your app",
"fr": "Choisissez une version PHP que vous souhaitez utiliser pour votre application"
},
"choices" : ["none", "7.3", "7.4", "8.0"],
"choices" : ["none", "7.3", "7.4", "8.0", "8.1", "8.2"],
"default" : "7.4"
},
{