Skip to content

Commit

Permalink
fix MongoDB version in evergreen build name
Browse files Browse the repository at this point in the history
An oversight in 4db618f.
  • Loading branch information
timgraham committed Jan 30, 2025
1 parent 5ff02cd commit 491b931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tasks:
- func: "run unit tests"

buildvariants:
- name: tests-5-noauth-nossl
- name: tests-6-noauth-nossl
display_name: Run Tests 6.0 NoAuth NoSSL
run_on: rhel87-small
expansions:
Expand All @@ -79,7 +79,7 @@ buildvariants:
tasks:
- name: run-tests

- name: tests-5-auth-ssl
- name: tests-6-auth-ssl
display_name: Run Tests 6.0 Auth SSL
run_on: rhel87-small
expansions:
Expand Down

0 comments on commit 491b931

Please sign in to comment.