From e51913303c3f284a9cd900427b2cebd2b49b552b Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 7 May 2024 16:58:16 +0200 Subject: [PATCH] Update config_panel.toml : add php8.3 --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index dfe5e24..c9fcad5 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -33,7 +33,7 @@ name = "My Webapp configuration" [main.php_fpm_config.phpversion] ask = "PHP version" 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" [main.php_fpm_config.fpm_footprint]