From a68abfd0efa3ebe2e18f512f0b43c470a5d6c780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:27:47 +0200 Subject: [PATCH] Update php version used --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index fc12503..c3dfc66 100644 --- a/manifest.toml +++ b/manifest.toml @@ -64,10 +64,10 @@ ram.runtime = "50M" [resources.apt] packages = [ "mariadb-server", - "php8.0-xml", - "php8.0-mbstring", - "php8.0-mysql", - "php8.0-ldap", + "php8.2-xml", + "php8.2-mbstring", + "php8.2-mysql", + "php8.2-ldap", ] [resources.database]