mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Bump default PHP version to 8.3
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
parent
22f48f479f
commit
23535f094f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ ram.runtime = "50M"
|
|||
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", "8.3"]
|
||||
default = "8.1"
|
||||
default = "8.3"
|
||||
|
||||
[install.database]
|
||||
ask.en = "Do you need a database?"
|
||||
|
|
Loading…
Add table
Reference in a new issue