Skip to content

Commit

Permalink
Test python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxstr committed Mar 18, 2024
1 parent 35d25df commit 22c2d90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on: [push, pull_request]
jobs:
unittests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
services:
mongodb:
image: mongo
Expand Down

0 comments on commit 22c2d90

Please sign in to comment.