From 8b33042df3af5c743883cd92aef2096e1636c86d Mon Sep 17 00:00:00 2001 From: farvardin Date: Thu, 18 Jul 2024 23:15:30 +0200 Subject: [PATCH] Update manifest.toml php 8.2 is not very compatible and lead to problems --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 64bbe05..221bce8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -94,7 +94,7 @@ ram.runtime = "50M" [resources.apt] packages = [ - "php8.2-fpm", + "php7.4-fpm", "node-less", "acl", ]