Skip to content

Commit

Permalink
feat: update test suite workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Sep 28, 2022
1 parent 139af1f commit d4460cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ["3.8"]
django: ["22"]
python-version: ["3.8", "3.10"]
django: ["32"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit d4460cd

Please sign in to comment.