From c6f1569ebf6c42092cd452c2eba59cccc522d005 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Mon, 8 Apr 2019 17:31:20 +0200 Subject: [PATCH] 13.0.x is end of life Signed-off-by: Tilo Spannagel --- update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.sh b/update.sh index c498975..c5153f7 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() {