Skip to content

Commit

Permalink
Merge pull request #1361 from matthewhegarty/django4-ci
Browse files Browse the repository at this point in the history
added 4.0 django-version to CI build
  • Loading branch information
matthewhegarty committed Dec 23, 2021
2 parents 2939eb7 + e51f549 commit 0ccd089
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/django-import-export-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
db: [ sqlite, postgres, mysql ]
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10" ]
django-version: [ 2.2, 3.0, 3.1, 3.2, main ]
django-version: [ 2.2, 3.0, 3.1, 3.2, 4.0, main ]
include:
- db: postgres
db_port: 5432
Expand All @@ -30,6 +30,10 @@ jobs:
python-version: 3.6
- django-version: main
python-version: 3.7
- django-version: 4.0
python-version: 3.6
- django-version: 4.0
python-version: 3.7
- django-version: 2.2
python-version: "3.10"
- django-version: 3.0
Expand Down

0 comments on commit 0ccd089

Please sign in to comment.