Skip to content

Commit 33862b2

Browse files
committed
updated CI check
1 parent 62472fa commit 33862b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/ci/ciCheck.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ async function checkMongoDbVersions() {
3333
releasedVersions,
3434
latestComponent: CiVersionCheck.versionComponents.path,
3535
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
36+
'<4.0.0', // These versions have reached their MongoDB end-of-life support date
3837
'~4.1.0', // This is a development release according to MongoDB support
3938
'~4.3.0', // This is a development release according to MongoDB support
4039
'~4.7.0', // This is a development release according to MongoDB support

0 commit comments

Comments
 (0)