From 04fd12e1211af89de0cfb15a68f33a6d94abbad6 Mon Sep 17 00:00:00 2001 From: J0WI Date: Wed, 24 Apr 2024 22:33:35 +0200 Subject: [PATCH] Drop Nextcloud 26 --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index bb91e960..55b88681 100755 --- a/update.sh +++ b/update.sh @@ -86,7 +86,7 @@ variants=( fpm-alpine ) -min_version='26' +min_version='27' # version_greater_or_equal A B returns whether A >= B function version_greater_or_equal() {