Skip to content

Commit

Permalink
Add MongoDB 7.0 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Sep 6, 2023
1 parent 9e219f3 commit 33ccc01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- mongodb-version: 5.0
- mongodb-version: 6.0
deploy: true
- mongodb-version: 7.0
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- mongodb-version: 5.0
- mongodb-version: 6.0
deploy: true
- mongodb-version: 7.0
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- mongodb-version: 5.0
- mongodb-version: 6.0
deploy: true
- mongodb-version: 7.0
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 33ccc01

Please sign in to comment.