1
0
Fork 0
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:
tituspijean 2024-05-07 16:53:49 +02:00 committed by GitHub
parent 22f48f479f
commit 23535f094f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ ram.runtime = "50M"
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", "8.3"] choices = ["none", "7.4", "8.0", "8.1", "8.2", "8.3"]
default = "8.1" default = "8.3"
[install.database] [install.database]
ask.en = "Do you need a database?" ask.en = "Do you need a database?"