From cb68a4dc05257675dd82c1aa63466574392d9d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 22 Jun 2024 12:45:47 +0200 Subject: [PATCH] Revert to php 8.0 --- manifest.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2898de6..a38b6a7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,12 +67,12 @@ ram.runtime = "50M" [resources.apt] packages = [ "mariadb-server", - "php8.2-zip", - "php8.2-fileinfo", - "php8.2-xml", - "php8.2-bcmath", - "php8.2-mbstring", - "php8.2-mysql", + "php8.0-zip", + "php8.0-fileinfo", + "php8.0-xml", + "php8.0-bcmath", + "php8.0-mbstring", + "php8.0-mysql", ] [resources.database]