From 484dc1233496b5c2afb6dd34efddc1deff755e26 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Fri, 16 Apr 2021 17:51:27 +0200 Subject: [PATCH] bump CI env (#7352) * bump CI env * Revert "bump CI env" This reverts commit d6eb582efe58d78408fd16d29636ccac7af028a3. * exlcude mongodb 4.0.24 --- resources/ci/ciCheck.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/ci/ciCheck.js b/resources/ci/ciCheck.js index f0f6e8de..e48e55ed 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(); }