Skip to content

Commit

Permalink
update | gh actions | tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-right committed Jul 20, 2023
1 parent 85353ad commit 3b4e5c8
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 @@ -6,8 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.10.6]
mongodb-version: [ 5.0 ]
python-version: [ 3.8, 3.9, 3.10.6, 3.11 ]
mongodb-version: [ 4.4, 5.0 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3b4e5c8

Please sign in to comment.