Skip to content

Commit

Permalink
Revert "Disable CI testing with Django 2.2 and 3.2"
Browse files Browse the repository at this point in the history
This reverts commit 7ebd9db.
  • Loading branch information
intgr committed Jan 23, 2023
1 parent 556e914 commit 32f18cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
django-version: ['4.0']
django-version: ['3.2', '4.0']
include:
- python-version: '3.7'
django-version: '2.2'
- python-version: '3.11'
django-version: '4.1'
steps:
Expand Down

0 comments on commit 32f18cd

Please sign in to comment.