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 8ed51ea commit 01a6bc6Copy full SHA for 01a6bc6
packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts
@@ -259,6 +259,7 @@ export default class MongoBinaryDownloadUrl {
259
case 18:
260
name += '1604';
261
break;
262
+ case 20: // because "1804" binaries also work on "2004" (and because earlier versions than 4.4 are not available in "2004")
263
case 19:
264
default:
265
// a default to support versions > 19
0 commit comments