Skip to content

Commit 9b77474

Browse files
Merge branch 'main' into main
2 parents 6b5b209 + 0358360 commit 9b77474

44 files changed

Lines changed: 1383 additions & 709 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.evergreen/ci_matrix_constants.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ const LATEST_LTS = NODE_VERSIONS[NODE_VERSIONS.length - 1];
1010

1111
const TOPOLOGIES = ['server', 'replica_set', 'sharded_cluster'];
1212
const AWS_AUTH_VERSIONS = ['latest'];
13-
const TLS_VERSIONS = ['latest', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2'];
14-
const LB_VERSIONS = MONGODB_VERSIONS.slice(0, MONGODB_VERSIONS.indexOf('5.0') + 1);
15-
LB_VERSIONS.reverse();
13+
const TLS_VERSIONS = MONGODB_VERSIONS.filter(value => value !== 'rapid');
14+
const LB_VERSIONS = MONGODB_VERSIONS.slice(0, MONGODB_VERSIONS.indexOf('5.0') + 1).toReversed();
1615

1716
const DEFAULT_OS = 'rhel80-large';
1817
const WINDOWS_OS = 'windows-2022-latest-large';

0 commit comments

Comments
 (0)