Skip to content

Commit

Permalink
Merge pull request #318 from telefonicaid/mongo6-test
Browse files Browse the repository at this point in the history
FIX change to mongo 6.0 in regression tests
  • Loading branch information
AlvaroVega authored Nov 28, 2023
2 parents d2459b3 + 0f18791 commit 3e59791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:4.2
image: mongo:6.0
ports:
- 27017:27017
strategy:
Expand All @@ -85,7 +85,7 @@ jobs:
needs: unit-test
services:
mongodb:
image: mongo:4.2
image: mongo:6.0
ports:
- 27017:27017
steps:
Expand Down

0 comments on commit 3e59791

Please sign in to comment.