1
0
Fork 0
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:
lapineige 2024-05-07 16:58:16 +02:00 committed by GitHub
parent 8213b4d9a3
commit e51913303c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]