Skip to content

Commit 7c91272

Browse files
authored
ci(NODE-6162): add server 8.0 to evergreen (#4107)
1 parent f73362b commit 7c91272

File tree

2 files changed

+770
-101
lines changed

2 files changed

+770
-101
lines changed

.evergreen/ci_matrix_constants.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const MONGODB_VERSIONS = ['latest', 'rapid', '7.0', '6.0', '5.0', '4.4', '4.2', '4.0', '3.6'];
1+
const MONGODB_VERSIONS = ['latest', 'rapid', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2', '4.0', '3.6'];
22
const versions = [
33
{ codeName: 'gallium', versionNumber: 16, npmVersion: 9 },
44
{ codeName: 'hydrogen', versionNumber: 18, npmVersion: 'latest' },
@@ -9,8 +9,8 @@ const LOWEST_LTS = NODE_VERSIONS[0];
99
const LATEST_LTS = NODE_VERSIONS[NODE_VERSIONS.length - 1];
1010

1111
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'];
12+
const AWS_AUTH_VERSIONS = ['latest', '8.0', '7.0', '6.0', '5.0', '4.4'];
13+
const TLS_VERSIONS = ['latest', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2'];
1414
const LB_VERSIONS = MONGODB_VERSIONS.slice(0, MONGODB_VERSIONS.indexOf('5.0') + 1);
1515
LB_VERSIONS.reverse();
1616

0 commit comments

Comments
 (0)