Skip to content

Commit

Permalink
bump CI env (#7352)
Browse files Browse the repository at this point in the history
* bump CI env

* Revert "bump CI env"

This reverts commit d6eb582.

* exlcude mongodb 4.0.24
  • Loading branch information
mtrezza committed Apr 16, 2021
1 parent 3dc4597 commit 484dc12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/ci/ciCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 484dc12

Please sign in to comment.