Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
OGM-1588 Update remote MongoDB to 7 in the GitHub workflow
Browse files Browse the repository at this point in the history
We still test the default build using the embedded MongoDB 3.6
  • Loading branch information
DavideD committed Sep 2, 2024
1 parent 9b75f67 commit 8c6fd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 3.6.23
mongodb-version: 7.0.14
mongodb-port: 27017
- name: Run tests
run: |
Expand Down

0 comments on commit 8c6fd5f

Please sign in to comment.