summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2024-04-24 20:53:02 +0000
committerGitHub <noreply@github.com>2024-04-24 20:53:02 +0000
commit1be53d4bee21b5399d1fd049afd565ba18b025f5 (patch)
treef5f12d532226066f58be8333e70a723e715c7143
parentf7b20139ebd35daea49138fd15232c5d812f4114 (diff)
Drop Nextcloud 26
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index bea95729..015cf9ae 100755
--- a/update.sh
+++ b/update.sh
@@ -84,7 +84,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() {