13.0.x is end of life
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
9628a41081
commit
c6f1569ebf
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user