bump CI env (#7352)

* bump CI env

* Revert "bump CI env"

This reverts commit d6eb582efe58d78408fd16d29636ccac7af028a3.

* exlcude mongodb 4.0.24
This commit is contained in:
Manuel
2021-04-16 17:51:27 +02:00
committed by GitHub
parent 3dc459746d
commit 484dc12334

View File

@@ -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();
}