Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Fixed mongodb version
  • Loading branch information
blaz-cerpnjak authored Mar 6, 2024
1 parent 92154b2 commit a49cb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-version: 7.0.6

- name: Set up JDK 21
uses: actions/setup-java@v3
Expand Down

0 comments on commit a49cb7f

Please sign in to comment.