We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc4597 commit 484dc12Copy full SHA for 484dc12
resources/ci/ciCheck.js
@@ -39,6 +39,7 @@ async function checkMongoDbVersions() {
39
'~4.7.0', // Development release according to MongoDB support
40
41
'4.4.5', // Temporarily disabled because not yet available for download via mongodb-runner
42
+ '4.0.24', // Temporarily disabled because not yet available for download via mongodb-runner
43
],
44
}).check();
45
}
0 commit comments