Remove MongoDB 3.6 support (EOL) (#7315)

* removed mongodb 3.6 support

* add changelog entry

* updated CI check
This commit is contained in:
Manuel
2021-04-07 21:33:29 +02:00
committed by GitHub
parent a28433f16e
commit 0becb0cc9f
4 changed files with 5 additions and 6 deletions

View File

@@ -33,8 +33,7 @@ async function checkMongoDbVersions() {
releasedVersions,
latestComponent: CiVersionCheck.versionComponents.path,
ignoreReleasedVersions: [
'<3.6.0', // These versions have reached their MongoDB end-of-life support date
'~3.7.0', // This is a development release according to MongoDB support
'<4.0.0', // These versions have reached their MongoDB end-of-life support date
'~4.1.0', // This is a development release according to MongoDB support
'~4.3.0', // This is a development release according to MongoDB support
'~4.7.0', // This is a development release according to MongoDB support