Update config_panel.toml
This commit is contained in:
parent
d4fa580701
commit
65eb631903
1 changed files with 1 additions and 1 deletions
|
@ -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", "8.1", "8.2"]
|
||||
choices = ["none", "7.4", "8.0", "8.1", "8.2"]
|
||||
default = "none"
|
||||
|
||||
[main.php_fpm_config.fpm_footprint]
|
||||
|
|
Loading…
Add table
Reference in a new issue