From b5d3bc7904c109aa2a12a355cd66bc036a80b7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 11 Nov 2023 23:43:08 +0100 Subject: [PATCH] cleaning --- manifest.toml | 7 +++++-- tests.toml | 10 ++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e2d75d3..fc8359b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,18 +7,21 @@ description.fr = "Simple phpinfo" version = "1.0~ynh4" -maintainers = ["Maniack Crudelis"] +maintainers = [""] [upstream] license = "GPL-3.0-or-later" website = "https://www.php.net/manual/fr/function.phpinfo.php" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" diff --git a/tests.toml b/tests.toml index e31077c..e673017 100644 --- a/tests.toml +++ b/tests.toml @@ -11,3 +11,13 @@ test_format = 1.0 # ------------------------------- # Default args to use for install # ------------------------------- + + [80_test] + + only = ["install.subdir", "backup_restore", "upgrade" ] + args.phpversion = "8.0" + + [82_test] + + only = ["install.subdir", "backup_restore", "upgrade" ] + args.phpversion = "8.2"