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 4caa0bd commit 81c85f1Copy full SHA for 81c85f1
packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts
@@ -223,6 +223,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
223
let name = 'debian';
224
const release: number = parseFloat(os.release);
225
226
+ // Note: Debian 11 is compatible with the binaries for debian 10
227
if (release >= 10 || ['unstable', 'testing'].includes(os.release)) {
228
if (semver.lt(this.version, '4.2.1')) {
229
throw new KnownVersionIncompatibilityError(
0 commit comments