Skip to content

Commit

Permalink
Merge pull request #161 from leroy-merlin-br/feat/update-mongo-5
Browse files Browse the repository at this point in the history
feat(ci): update mongo version 5.0
  • Loading branch information
Vagnerlg authored Apr 5, 2023
2 parents 558a606 + 6420fd9 commit 0049d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.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 @@ -9,7 +9,7 @@ services:
- .:/var/www/html:rw

db:
image: mongo:4.2
image: mongo:5.0
command: mongod
volumes:
- db:/data/db
Expand Down

0 comments on commit 0049d59

Please sign in to comment.