Skip to content

Commit

Permalink
Use MongoDB 7 in CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jul 29, 2024
1 parent 6a80b89 commit df0985d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: "5"
mongodb-db: slack_arena_test
mongodb-version: "7"
mongodb-db: slack_strava_test
- name: Run tests
uses: GabrielBB/xvfb-action@v1
with:
Expand Down

0 comments on commit df0985d

Please sign in to comment.