Skip to content

Commit 81c85f1

Browse files
committed
style(MongoBinaryDownloadUrl): add note for debian 11
1 parent 4caa0bd commit 81c85f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
223223
let name = 'debian';
224224
const release: number = parseFloat(os.release);
225225

226+
// Note: Debian 11 is compatible with the binaries for debian 10
226227
if (release >= 10 || ['unstable', 'testing'].includes(os.release)) {
227228
if (semver.lt(this.version, '4.2.1')) {
228229
throw new KnownVersionIncompatibilityError(

0 commit comments

Comments
 (0)