Skip to content

Commit 867a9c9

Browse files
committed
Add support for 4.2 on Evergreen
GODRIVER-1143 Change-Id: I15371e8cf7f9212db5c7b1bbae7603841a7dd689
1 parent 66235d5 commit 867a9c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.evergreen/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,10 @@ axes:
659659
- id: version
660660
display_name: MongoDB Version
661661
values:
662+
- id: "4.2"
663+
display_name: "4.2"
664+
variables:
665+
VERSION: "4.2"
662666
- id: "4.0"
663667
display_name: "4.0"
664668
variables:
@@ -774,7 +778,7 @@ buildvariants:
774778
- name: ".test !.enterprise-auth !.zlib"
775779

776780
- matrix_name: "tests-nonlegacy-servers-with-zlib-support"
777-
matrix_spec: { version: ["3.6", "4.0", "latest"], os-ssl-32: "*" }
781+
matrix_spec: { version: ["3.6", "4.0", "4.2", "latest"], os-ssl-32: "*" }
778782
display_name: "${version} ${os-ssl-32}"
779783
tasks:
780784
- name: ".test !.enterprise-auth"

0 commit comments

Comments
 (0)