From 596513b99d304a28f254899797239384ca46e9a3 Mon Sep 17 00:00:00 2001 From: J0WI Date: Wed, 23 Mar 2022 11:01:24 +0100 Subject: [PATCH] Remove Nextcloud 21 (EOL) Signed-off-by: J0WI --- update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 7d8db8c8..d65377f4 100755 --- a/update.sh +++ b/update.sh @@ -3,7 +3,6 @@ set -eo pipefail declare -A php_version=( [default]='8.0' - [21]='7.4' ) declare -A cmd=( @@ -77,7 +76,7 @@ variants=( fpm-alpine ) -min_version='21' +min_version='22' # version_greater_or_equal A B returns whether A >= B function version_greater_or_equal() {