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

View file

@ -49,8 +49,8 @@ ram.runtime = "50M"
ask.en = "Choose a PHP version you want to use for your app" 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" ask.fr = "Choisissez une version PHP que vous souhaitez utiliser pour votre application"
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 = "8.0" default = "8.1"
[install.database] [install.database]
ask.en = "Do you need a database?" ask.en = "Do you need a database?"