Remove Nextcloud 21 (EOL) (#1719)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2022-03-23 11:01:22 +00:00 committed by GitHub
parent 04d461e416
commit 7d6837dbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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() {