Skip to content

Commit ceb1efa

Browse files
committed
CSHARP-2640: Test MongoDB 4.2 in Evergreen
1 parent 16ba84a commit ceb1efa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

evergreen/evergreen.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ axes:
360360
display_name: "latest"
361361
variables:
362362
VERSION: "latest"
363+
- id: "4.2"
364+
display_name: "4.2"
365+
variables:
366+
VERSION: "4.2"
363367
- id: "4.0"
364368
display_name: "4.0"
365369
variables:
@@ -470,14 +474,14 @@ buildvariants:
470474
- name: test
471475

472476
- matrix_name: "tests-zlib-compression"
473-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.4", "3.6", "4.0", "latest"], topology: "standalone", os: "*" }
477+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.4", "3.6", "4.0", "4.2", "latest"], topology: "standalone", os: "*" }
474478
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
475479
tags: ["tests-variant"]
476480
tasks:
477481
- name: "test"
478482

479483
#- matrix_name: "tests-snappy-compression"
480-
# matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.4", "3.6", "4.0", "latest"], topology: "standalone", os: "*" }
484+
# matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.4", "3.6", "4.0", "4.2", "latest"], topology: "standalone", os: "*" }
481485
# display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
482486
# tags: ["tests-variant"]
483487
# tasks:

0 commit comments

Comments
 (0)