13.0.x is end of life

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-04-08 17:31:20 +02:00
parent 9628a41081
commit c6f1569ebf
No known key found for this signature in database
GPG Key ID: E517E9F206B8993D
1 changed files with 1 additions and 2 deletions

View File

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