Skip to content

Commit

Permalink
ci(NODE-6163): add server 8.0 to evergreen (#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed May 10, 2024
1 parent 8d55f7d commit 5b0f847
Show file tree
Hide file tree
Showing 3 changed files with 841 additions and 108 deletions.
6 changes: 3 additions & 3 deletions .evergreen/ci_matrix_constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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'];
const versions = [
{ codeName: 'fermium', versionNumber: 14, npmVersion: 9 },
{ codeName: 'gallium', versionNumber: 16, npmVersion: 9 },
Expand All @@ -10,8 +10,8 @@ const LOWEST_LTS = NODE_VERSIONS[0];
const LATEST_LTS = NODE_VERSIONS[NODE_VERSIONS.length - 1];

const TOPOLOGIES = ['server', 'replica_set', 'sharded_cluster'];
const AWS_AUTH_VERSIONS = ['latest', '6.0', '5.0', '4.4'];
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'];

const DEFAULT_OS = 'rhel80-large';
const WINDOWS_OS = 'windows-vsCurrent-large';
Expand Down

0 comments on commit 5b0f847

Please sign in to comment.