mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Update config_panel.toml : add php8.3
This commit is contained in:
parent
8213b4d9a3
commit
e51913303c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ name = "My Webapp configuration"
|
||||||
[main.php_fpm_config.phpversion]
|
[main.php_fpm_config.phpversion]
|
||||||
ask = "PHP version"
|
ask = "PHP version"
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = ["none", "7.4", "8.0", "8.1", "8.2"]
|
choices = ["none", "7.4", "8.0", "8.1", "8.2", "8.3"]
|
||||||
default = "none"
|
default = "none"
|
||||||
|
|
||||||
[main.php_fpm_config.fpm_footprint]
|
[main.php_fpm_config.fpm_footprint]
|
||||||
|
|
Loading…
Add table
Reference in a new issue