Skip to content

Commit a0bd135

Browse files
committed
Remove "latest" from matrix spec
1 parent fc39ac5 commit a0bd135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evergreen/evergreen.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -473,14 +473,14 @@ buildvariants:
473473
- name: test
474474

475475
- matrix_name: "tests-zlib-compression"
476-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "latest"], topology: "standalone", os: "*" }
476+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2"], topology: "standalone", os: "*" }
477477
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
478478
tags: ["tests-variant"]
479479
tasks:
480480
- name: "test"
481481

482482
- matrix_name: "tests-snappy-compression"
483-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "latest"], topology: "standalone", os: "*" }
483+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2"], topology: "standalone", os: "*" }
484484
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
485485
tags: ["tests-variant"]
486486
tasks:

0 commit comments

Comments
 (0)