We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 558a606 + 6420fd9 commit 0049d59Copy full SHA for 0049d59
.github/workflows/push.yml
@@ -13,10 +13,10 @@ jobs:
13
- "8.0"
14
- "8.1"
15
mongo:
16
- - "3.6"
17
- "4.0"
18
- "4.2"
19
- "4.4"
+ - "5.0"
20
services:
21
mongodb:
22
image: mongo:${{ matrix.mongo }}
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
- .:/var/www/html:rw
10
11
db:
12
- image: mongo:4.2
+ image: mongo:5.0
command: mongod
volumes:
- db:/data/db
0 commit comments