From f156c01d0728941ab4da4cebf025d8c5ef2843d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 May 2024 18:15:03 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index d968880..175fdd5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,12 +67,12 @@ ram.runtime = "50M" [resources.apt] packages = [ - "php7.4-curl", - "php7.4-mbstring", - "php7.4-imagick", - "php7.4-gd", - "php7.4-pgsql", - "php7.4-xml", + "php8.2-curl", + "php8.2-mbstring", + "php8.2-imagick", + "php8.2-gd", + "php8.2-pgsql", + "php8.2-xml", "postgresql", "postgresql-contrib", "apt-transport-https",