We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d55f7d commit 5b0f847Copy full SHA for 5b0f847
.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: 'fermium', versionNumber: 14, npmVersion: 9 },
4
{ codeName: 'gallium', versionNumber: 16, npmVersion: 9 },
@@ -10,8 +10,8 @@ const LOWEST_LTS = NODE_VERSIONS[0];
10
const LATEST_LTS = NODE_VERSIONS[NODE_VERSIONS.length - 1];
11
12
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'];
+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'];
15
16
const DEFAULT_OS = 'rhel80-large';
17
const WINDOWS_OS = 'windows-vsCurrent-large';
0 commit comments