From ded0d770ad293a59469f95dbbef8bcfbff3cd3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 13 Jan 2024 12:27:39 +0100 Subject: [PATCH] fix: php7.4 minimum --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e6dc5ac..e56ac72 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,7 +55,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources.apt] packages = [ - "php7.3-mysql", + "php7.4-mysql", "mariadb-server", ]