Add MongoDB 5.0 support + bump CI env (#7469)
* bump CI env * more bump * more bump * added mongodb 5.0 * added compatibility table entry * added changelog entry * added mongodb 5.0 to badge
This commit is contained in:
@@ -38,8 +38,7 @@ async function checkMongoDbVersions() {
|
||||
'~4.3.0', // Development release according to MongoDB support
|
||||
'~4.7.0', // Development release according to MongoDB support
|
||||
|
||||
'4.4.5', // Temporarily disabled because not yet available for download via mongodb-runner
|
||||
'4.0.24', // Temporarily disabled because not yet available for download via mongodb-runner
|
||||
'4.0.26', // Temporarily disabled because not yet available for download via mongodb-runner
|
||||
],
|
||||
}).check();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user