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 21e594a commit d5a1bfcCopy full SHA for d5a1bfc
packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts
@@ -203,7 +203,7 @@ export default class MongoBinaryDownloadUrl {
203
name += '1604';
204
} else if (majorVer === 16) {
205
206
- } else if (majorVer === 18) {
+ } else if (majorVer >= 18) {
207
if (this.version && this.version.indexOf('3.') === 0) {
208
// For MongoDB 3.x using 1604 binaries, download distro does not have builds for Ubuntu 1804
209
// https://www.mongodb.org/dl/linux/x86_64-ubuntu1604
0 commit comments