Skip to content

Commit bdab705

Browse files
authored
Merge pull request #641 from telefonicaid/AlvaroVega-patch-1
Update ci.yml: use mongodb 8.0
2 parents 906bdc5 + 0531e9e commit bdab705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
services:
5959
mongodb:
60-
image: mongo:4.4
60+
image: mongo:8.0
6161
ports:
6262
- 27017:27017
6363
strategy:
@@ -87,7 +87,7 @@ jobs:
8787
needs: unit-test
8888
services:
8989
mongodb:
90-
image: mongo:6.0
90+
image: mongo:8.0
9191
ports:
9292
- 27017:27017
9393
steps:

0 commit comments

Comments
 (0)