We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae234a8 commit d18108cCopy full SHA for d18108c
2 files changed
.evergreen/ci_matrix_constants.js
@@ -10,7 +10,7 @@ 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', '8.0', '7.0', '6.0', '5.0', '4.4'];
+const AWS_AUTH_VERSIONS = ['latest'];
14
const TLS_VERSIONS = ['latest', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2'];
15
const LB_VERSIONS = MONGODB_VERSIONS.slice(0, MONGODB_VERSIONS.indexOf('5.0') + 1);
16
LB_VERSIONS.reverse();
0 commit comments