Skip to content

Commit d702a5b

Browse files
authored
Merge pull request #8910 from nextcloud/bugfix/drop-NC19-support
fix: Update minimum supported Nextcloud server version to 20
2 parents 06c80d7 + 3de563e commit d702a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VERSION.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ set(NCEXT_VERSION 3,0,0,${NCEXT_BUILD_NUM})
1616

1717
# ------------------------------------
1818
# Minimum supported server versions
19-
# According to: https://docs.nextcloud.com/server/latest/admin_manual/release_schedule.html
19+
# According to: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
2020
# ------------------------------------
21-
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MAJOR 18)
21+
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MAJOR 20)
2222
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MINOR 0)
2323
set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_PATCH 0)
2424

0 commit comments

Comments
 (0)