File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,12 @@ async function checkMongoDbVersions() {
3030 ciEnvironmentsKeyPath : 'jobs.check-mongo.strategy.matrix.include' ,
3131 ciVersionKey : 'MONGODB_VERSION' ,
3232 releasedVersions,
33- latestComponent : CiVersionCheck . versionComponents . path ,
33+ latestComponent : CiVersionCheck . versionComponents . minor ,
3434 ignoreReleasedVersions : [
3535 '<4.0.0' , // Versions reached their MongoDB end-of-life support date
3636 '~4.1.0' , // Development release according to MongoDB support
3737 '~4.3.0' , // Development release according to MongoDB support
3838 '~4.7.0' , // Development release according to MongoDB support
39-
40- '4.0.26' , // Temporarily disabled because not yet available for download via mongodb-runner
4139 ] ,
4240 } ) . check ( ) ;
4341}
You can’t perform that action at this time.
0 commit comments