summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-10-01 09:56:04 +0200
committerTilo Spannagel <development@tilosp.de>2019-10-01 09:56:04 +0200
commitc7143feda69e208c41370fc3b40b04438e204424 (patch)
tree8c1e587276700bc362738f0749c5af28ea140006
parent145652e70c8e61d0dd51ef95da7ef34bfd5b78ec (diff)
Remove end of life version 14.0
See: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule Signed-off-by: Tilo Spannagel <development@tilosp.de>
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 5746c48e..c6fe8bd2 100755
--- a/update.sh
+++ b/update.sh
@@ -3,7 +3,6 @@ set -eo pipefail
declare -A php_version=(
[default]='7.3'
- [14.0]='7.2'
)
declare -A cmd=(
@@ -73,7 +72,7 @@ variants=(
fpm-alpine
)
-min_version='14.0'
+min_version='15.0'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {