Skip to content

Commit

Permalink
Merge pull request #616 from telefonicaid/task/upgrade_ci_mongo_6
Browse files Browse the repository at this point in the history
Update ci.yml to mongo 6.0
  • Loading branch information
fgalan authored Nov 28, 2023
2 parents ed95582 + ca057a6 commit f5bb08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
needs: unit-test
services:
mongodb:
image: mongo:4.4
image: mongo:6.0
ports:
- 27017:27017
steps:
Expand Down

0 comments on commit f5bb08b

Please sign in to comment.