Skip to content

Commit

Permalink
fix: removed mongodb version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 6, 2024
1 parent debe811 commit 71e2ee2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
latest,
rc
]
mongodb-version: ["5.0", "6.0", "7.0"]
adapter: ["tiny", "mongo"]
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
Expand Down Expand Up @@ -59,7 +58,6 @@ jobs:
strategy:
matrix:
python-version: [2.7, 3.6, 3.9, "3.10"]
mongodb-version: ["5.0", "6.0", "7.0"]
adapter: ["tiny", "mongo"]
runs-on: ubuntu-latest
container: pypy:${{ matrix.python-version }}
Expand Down

0 comments on commit 71e2ee2

Please sign in to comment.