We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73362b commit 7c91272Copy full SHA for 7c91272
.evergreen/ci_matrix_constants.js
@@ -1,4 +1,4 @@
1
-const MONGODB_VERSIONS = ['latest', 'rapid', '7.0', '6.0', '5.0', '4.4', '4.2', '4.0', '3.6'];
+const MONGODB_VERSIONS = ['latest', 'rapid', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2', '4.0', '3.6'];
2
const versions = [
3
{ codeName: 'gallium', versionNumber: 16, npmVersion: 9 },
4
{ codeName: 'hydrogen', versionNumber: 18, npmVersion: 'latest' },
@@ -9,8 +9,8 @@ const LOWEST_LTS = NODE_VERSIONS[0];
9
const LATEST_LTS = NODE_VERSIONS[NODE_VERSIONS.length - 1];
10
11
const TOPOLOGIES = ['server', 'replica_set', 'sharded_cluster'];
12
-const AWS_AUTH_VERSIONS = ['latest', '6.0', '5.0', '4.4'];
13
-const TLS_VERSIONS = ['latest', '6.0', '5.0', '4.4', '4.2'];
+const AWS_AUTH_VERSIONS = ['latest', '8.0', '7.0', '6.0', '5.0', '4.4'];
+const TLS_VERSIONS = ['latest', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2'];
14
const LB_VERSIONS = MONGODB_VERSIONS.slice(0, MONGODB_VERSIONS.indexOf('5.0') + 1);
15
LB_VERSIONS.reverse();
16
0 commit comments