From 99cc34f16f7422290d5d6f117d257146ae411768 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 11:56:11 +0100 Subject: [PATCH] Upgrade to php8(.1) --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index da2f887..ff45782 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,5 +47,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php7.4-fpm" - \ No newline at end of file + packages = "php8.1-fpm" +