build: Run tests on python 3.11 as well as 3.8
This commit is contained in:
2
.github/workflows/unit-tests-gh-hosted.yml
vendored
2
.github/workflows/unit-tests-gh-hosted.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/unit-tests.yml
vendored
1
.github/workflows/unit-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user