You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consthighestUbuntuYear=22;// 22 is the highest supported as of mongodb 7.0.4
577
+
578
+
if(ubuntuYear>highestUbuntuYear){
579
+
log(
580
+
`getUbuntuVersionString: ubuntuYear "${ubuntuYear}" is higher than the currently supported mongodb year of "${highestUbuntuYear}", using highest known`
581
+
);
582
+
583
+
return'ubuntu2204';
584
+
}
585
+
}
586
+
569
587
// the "04" version always exists for ubuntu, use that as default
0 commit comments