From 36738b45a137b463ee395aecd010c2fe4288a048 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 7 May 2024 16:18:30 +0200 Subject: [PATCH] add php8.3 + default to php8.1 --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3bcb9e9..66c239e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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?"