summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2022-03-23 11:01:22 +0000
committerGitHub <noreply@github.com>2022-03-23 11:01:22 +0000
commit7d6837dbbe25c0b58973cadb55ed1dc1f031377c (patch)
treeda70e69db065b3e5dc8bb3b130130a1fc47a1cb9 /update.sh
parent04d461e4168c5b317a6ba58b4fe9802a0713f355 (diff)
Remove Nextcloud 21 (EOL) (#1719)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 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() {