Remove end of life version 14.0
See: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
145652e70c
commit
c7143feda6
@ -3,7 +3,6 @@ set -eo pipefail
|
|||||||
|
|
||||||
declare -A php_version=(
|
declare -A php_version=(
|
||||||
[default]='7.3'
|
[default]='7.3'
|
||||||
[14.0]='7.2'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -A cmd=(
|
declare -A cmd=(
|
||||||
@ -73,7 +72,7 @@ variants=(
|
|||||||
fpm-alpine
|
fpm-alpine
|
||||||
)
|
)
|
||||||
|
|
||||||
min_version='14.0'
|
min_version='15.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