Skip to content

Commit

Permalink
Ensure project is tested using Django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Sep 13, 2022
1 parent c594531 commit 6e26c37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
]
django-version: [
"django>=3.2,<4.0",
"django>=4.0,<4.1"
"django>=4.0,<4.1",
"django>=4.1,<4.2"
]
db: [
'mysql',
Expand All @@ -52,6 +53,10 @@ jobs:
django-version: "django>=4.0,<4.1"
- python-version: 3.7
django-version: "django>=4.0,<4.1"
- python-version: 3.6
django-version: "django>=4.1,<4.2"
- python-version: 3.7
django-version: "django>=4.1,<4.2"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6e26c37

Please sign in to comment.