Skip to content

Commit 5b0f847

Browse files
authored
ci(NODE-6163): add server 8.0 to evergreen (#4108)
1 parent 8d55f7d commit 5b0f847

File tree

3 files changed

+841
-108
lines changed

3 files changed

+841
-108
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: 'fermium', versionNumber: 14, npmVersion: 9 },
44
{ codeName: 'gallium', versionNumber: 16, npmVersion: 9 },
@@ -10,8 +10,8 @@ const LOWEST_LTS = NODE_VERSIONS[0];
1010
const LATEST_LTS = NODE_VERSIONS[NODE_VERSIONS.length - 1];
1111

1212
const TOPOLOGIES = ['server', 'replica_set', 'sharded_cluster'];
13-
const AWS_AUTH_VERSIONS = ['latest', '6.0', '5.0', '4.4'];
14-
const TLS_VERSIONS = ['latest', '6.0', '5.0', '4.4', '4.2'];
13+
const AWS_AUTH_VERSIONS = ['latest', '8.0', '7.0', '6.0', '5.0', '4.4'];
14+
const TLS_VERSIONS = ['latest', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2'];
1515

1616
const DEFAULT_OS = 'rhel80-large';
1717
const WINDOWS_OS = 'windows-vsCurrent-large';

0 commit comments

Comments
 (0)