Skip to content

Commit

Permalink
feat(ci): update mongo version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagnerlg committed Apr 3, 2023
1 parent 558a606 commit 6420fd9
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 6420fd9

Please sign in to comment.