Skip to content

Commit

Permalink
Merge pull request #208 from leroy-merlin-br/feat/update-5.0
Browse files Browse the repository at this point in the history
feat(mongodb): update version 4.4 to 5.0
  • Loading branch information
Vagnerlg authored Apr 5, 2023
2 parents d0ede8b + 2202371 commit 97648a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- "8.0"
- "8.1"
mongo:
- "3.6"
- "4.0"
- "4.2"
- "4.4"
- "5.0"
services:
mongodb:
image: mongo:${{ matrix.mongo }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- DB_HOST=db

db:
image: mongo:4.2
image: mongo:5.0
command: mongod --wiredTigerCacheSizeGB 0.25
deploy:
resources:
Expand Down

0 comments on commit 97648a8

Please sign in to comment.