Skip to content

Commit

Permalink
fix: add django40 env back in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 28, 2023
1 parent 04ce601 commit abf1fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8']
toxenv: [django32, django42, quality, docs, pii_check]
toxenv: [django32, django40, django42, quality, docs, pii_check]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38-django{32,42}, quality, docs, pii_check
envlist = py38-django{32,40,42}, quality, docs, pii_check
skipsdist = true

[doc8]
Expand Down Expand Up @@ -38,6 +38,7 @@ norecursedirs = .* docs requirements site-packages
[testenv]
deps =
django32: Django>=3.2,<4.0
django40: Django>=4.0,<4.1
django42: Django>=4.2,<4.3
-r{toxinidir}/requirements/test.txt
commands =
Expand Down

0 comments on commit abf1fb2

Please sign in to comment.