From 23535f094f500368dd83781cc4166534b6e43dd2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 7 May 2024 16:53:49 +0200 Subject: [PATCH] Bump default PHP version to 8.3 Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5c01f61..29a30ee 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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?"