Skip to content

Commit c7143fe

Browse files
committed
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>
1 parent 145652e commit c7143fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

update.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set -eo pipefail
33

44
declare -A php_version=(
55
[default]='7.3'
6-
[14.0]='7.2'
76
)
87

98
declare -A cmd=(
@@ -73,7 +72,7 @@ variants=(
7372
fpm-alpine
7473
)
7574

76-
min_version='14.0'
75+
min_version='15.0'
7776

7877
# version_greater_or_equal A B returns whether A >= B
7978
function version_greater_or_equal() {

0 commit comments

Comments
 (0)