Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Changed mongodb version
  • Loading branch information
blaz-cerpnjak authored Mar 6, 2024
1 parent b89021b commit 9ed8c77
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 @@ -10,7 +10,7 @@ jobs:

services:
mongodb:
image: mongo:7.0.6
image: mongo:latest
ports:
- 27017:27017
options: --health-cmd "mongo --eval 'db.adminCommand(\"ping\")'" --health-interval 10s --health-timeout 5s --health-retries 3
Expand Down

0 comments on commit 9ed8c77

Please sign in to comment.