Skip to content

Commit

Permalink
Run CI tests against mongo 7 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Nov 15, 2023
1 parent 7a76bd3 commit cf701de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: '6'
mongodb-version: '7'

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: '6'
mongodb-version: '7'

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: '6'
mongodb-version: '7'

- name: Install dependencies
run: dotnet restore
Expand Down

0 comments on commit cf701de

Please sign in to comment.