Skip to content

Commit

Permalink
Merge pull request #743 from telefonicaid/task/upgrade_mongo_6_ci
Browse files Browse the repository at this point in the history
Update ci.yml: upgrade to mongo 6.0
  • Loading branch information
fgalan authored Nov 28, 2023
2 parents 7b40d86 + fdb4682 commit cee3e9e
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 @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:4.4
image: mongo:6.0
ports:
- 27017:27017
strategy:
Expand Down

0 comments on commit cee3e9e

Please sign in to comment.