summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-04-08 17:31:20 +0200
committerTilo Spannagel <development@tilosp.de>2019-04-08 17:31:20 +0200
commitc6f1569ebf6c42092cd452c2eba59cccc522d005 (patch)
tree4c204a8051d79e462295ab4dea53265fa28b558e /update.sh
parent9628a4108141f1cc34296629862b404d09e64b51 (diff)
13.0.x is end of life
Signed-off-by: Tilo Spannagel <development@tilosp.de>
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 c4989756..c5153f72 100755
--- a/update.sh
+++ b/update.sh
@@ -4,7 +4,6 @@ set -eo pipefail
declare -A php_version=(
[default]='7.2'
[14.0]='7.2'
- [13.0]='7.2'
)
declare -A cmd=(
@@ -74,7 +73,7 @@ variants=(
fpm-alpine
)
-min_version='13.0'
+min_version='14.0'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {