diff --git a/resources/ci/ciCheck.js b/resources/ci/ciCheck.js index f0f6e8ded1..e48e55edcd 100644 --- a/resources/ci/ciCheck.js +++ b/resources/ci/ciCheck.js @@ -39,6 +39,7 @@ async function checkMongoDbVersions() { '~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 ], }).check(); }