From d6191fadb51b133097a8ab7d0644244248cf9280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:42:59 +0200 Subject: [PATCH] fix --- manifest.toml | 3 +++ tests.toml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2d783ea..623aab2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,3 +45,6 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + + [resources.apt] + packages = "php8.0-fpm" \ No newline at end of file diff --git a/tests.toml b/tests.toml index f8398ae..4be68e1 100644 --- a/tests.toml +++ b/tests.toml @@ -11,5 +11,3 @@ test_format = 1.0 # ------------------------------- # Default args to use for install # ------------------------------- - - args.phpversion="8.0"