We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62472fa commit 33862b2Copy full SHA for 33862b2
resources/ci/ciCheck.js
@@ -33,8 +33,7 @@ async function checkMongoDbVersions() {
33
releasedVersions,
34
latestComponent: CiVersionCheck.versionComponents.path,
35
ignoreReleasedVersions: [
36
- '<3.6.0', // These versions have reached their MongoDB end-of-life support date
37
- '~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
38
'~4.1.0', // This is a development release according to MongoDB support
39
'~4.3.0', // This is a development release according to MongoDB support
40
'~4.7.0', // This is a development release according to MongoDB support
0 commit comments