From c49fba538ef3cdea023013bf05cba4fb2921fa22 Mon Sep 17 00:00:00 2001 From: Emmanuel Averty Date: Wed, 13 Nov 2024 20:25:39 +0100 Subject: [PATCH] fix: set back yunohost requirement to 11.2 (ci uses 11.2) --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 02c0dae..ebe6bbd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ userdoc = "https://forgejo.org/docs/latest/user/" code = "https://codeberg.org/forgejo/forgejo" [integration] -yunohost = ">= 12.0" +yunohost = ">= 11.2" architectures = [ "amd64", "arm64", "armhf" ] multi_instance = true ldap = true