Skip to content

Commit

Permalink
PYTHON-4447 Use 8.0 for local OIDC server
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 15, 2024
1 parent a68f6cd commit 4870191
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,9 @@ task_groups:
params:
binary: bash
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
env:
# PYTHON-4447
MONGODB_VERSION: 8.0
args:
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/setup.sh
teardown_task:
Expand Down Expand Up @@ -2022,6 +2025,7 @@ tasks:
- name: "oidc-auth-test-azure"
commands:
- command: shell.exec
type: test
params:
shell: bash
script: |-
Expand All @@ -2038,6 +2042,7 @@ tasks:
- name: "oidc-auth-test-gcp"
commands:
- command: shell.exec
type: test
params:
shell: bash
script: |-
Expand Down

0 comments on commit 4870191

Please sign in to comment.