Skip to content

Commit

Permalink
Use strings to specify MongoDB versions in CI (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Dec 26, 2024
1 parent 4bf5d56 commit 81da389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
mongodb-version: [4.4, 5.0, 6.0, 7.0, 8.0 ]
mongodb-version: [ "4.4", "5.0", "6.0", "7.0", "8.0" ]
pydantic-version: [ "1.10.18", "2.9.2" ]
runs-on: ubuntu-latest
steps:
Expand All @@ -37,4 +37,4 @@ jobs:
- name: run tests
env:
PYTHON_JIT: 1
run: pytest -v
run: pytest -v

0 comments on commit 81da389

Please sign in to comment.