mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
add php8.3 + default to php8.1
This commit is contained in:
parent
1bb337ce18
commit
36738b45a1
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ ram.runtime = "50M"
|
|||
ask.en = "Choose a PHP version you want to use for your app"
|
||||
ask.fr = "Choisissez une version PHP que vous souhaitez utiliser pour votre application"
|
||||
type = "select"
|
||||
choices = ["none", "7.4", "8.0", "8.1", "8.2"]
|
||||
default = "8.0"
|
||||
choices = ["none", "7.4", "8.0", "8.1", "8.2", "8.3"]
|
||||
default = "8.1"
|
||||
|
||||
[install.database]
|
||||
ask.en = "Do you need a database?"
|
||||
|
|
Loading…
Add table
Reference in a new issue