Remove end of life version 15.0
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
4bd951c622
commit
8c96d5b7ad
@ -26,7 +26,6 @@ declare -A extras=(
|
|||||||
declare -A crontab_int=(
|
declare -A crontab_int=(
|
||||||
[default]='5'
|
[default]='5'
|
||||||
[16.0]='15'
|
[16.0]='15'
|
||||||
[15.0]='15'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
apcu_version="$(
|
apcu_version="$(
|
||||||
@ -78,7 +77,7 @@ variants=(
|
|||||||
fpm-alpine
|
fpm-alpine
|
||||||
)
|
)
|
||||||
|
|
||||||
min_version='15.0'
|
min_version='16.0'
|
||||||
|
|
||||||
# version_greater_or_equal A B returns whether A >= B
|
# version_greater_or_equal A B returns whether A >= B
|
||||||
function version_greater_or_equal() {
|
function version_greater_or_equal() {
|
||||||
|
Loading…
Reference in New Issue
Block a user