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() {
30
30
ciEnvironmentsKeyPath : 'jobs.check-mongo.strategy.matrix.include' ,
31
31
ciVersionKey : 'MONGODB_VERSION' ,
32
32
releasedVersions,
33
- latestComponent : CiVersionCheck . versionComponents . path ,
33
+ latestComponent : CiVersionCheck . versionComponents . minor ,
34
34
ignoreReleasedVersions : [
35
35
'<4.0.0' , // Versions reached their MongoDB end-of-life support date
36
36
'~4.1.0' , // Development release according to MongoDB support
37
37
'~4.3.0' , // Development release according to MongoDB support
38
38
'~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
41
39
] ,
42
40
} ) . check ( ) ;
43
41
}
You can’t perform that action at this time.
0 commit comments