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"