Skip to content

Commit

Permalink
Update testing to include Django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Aug 21, 2022
1 parent 6b6463b commit c05629a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:

strategy:
matrix:
DJANGO_VERSION: [ '2.2.*', '3.0.*', '3.1.*', '3.2.*', '4.0.*']
DJANGO_VERSION: [ '2.2.*', '3.0.*', '3.1.*', '3.2.*', '4.0.*', '4.1.*']
DB_ENGINE: [ 'postgres', 'mysql' ]
python-version: ['3.7', '3.8', '3.9', '3.10']
exclude:
- DJANGO_VERSION: '4.1.*'
python-version: '3.7'
- DJANGO_VERSION: '4.0.*'
python-version: '3.7'
- DJANGO_VERSION: '3.1.*'
Expand Down

0 comments on commit c05629a

Please sign in to comment.