From ea78cb2c37b3a1e19cb4c13e42872877682667f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 7 Jul 2024 20:43:54 +0200 Subject: [PATCH] Decrease min yunohost version to pass CI --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c789763..c9aaace 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,7 +20,7 @@ code = "https://github.com/mikaku/Monitorix" cpe = "cpe:2.3:a:fibranet:monitorix" [integration] -yunohost = ">= 11.2.20.2" +yunohost = ">= 11.2.20" architectures = "all" multi_instance = false ldap = "not_relevant"