Skip to content

Commit

Permalink
Merge pull request #1433 from telefonicaid/mongo6-test
Browse files Browse the repository at this point in the history
[WIP] FIX change to mongo 6.0 in regression tests
  • Loading branch information
AlvaroVega authored Nov 28, 2023
2 parents 69f2cc1 + 2d2fb08 commit 60265b5
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 @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:4.2
image: mongo:6.0
ports:
- 27017:27017
strategy:
Expand All @@ -72,7 +72,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 60265b5

Please sign in to comment.