Skip to content

Commit

Permalink
build: Run tests on python 3.11 as well as 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed May 1, 2024
1 parent 1d485ca commit 85db730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-gh-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8' ]
python-version: [ '3.8', '3.11' ]
django-version:
- "pinned"
# When updating the shards, remember to make the same changes in
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
python-version:
- "3.8"
- "3.11"
django-version:
- "pinned"
# When updating the shards, remember to make the same changes in
Expand Down

0 comments on commit 85db730

Please sign in to comment.