Skip to content

Commit

Permalink
Ensure project is tested against Django 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed May 29, 2021
1 parent 92da6d8 commit c775315
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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>=2.2,<3.0",
"django>=3.0,<3.1",
"django>=3.1,<3.2"
"django>=3.1,<3.2",
"django>=3.2,<4.0"
]
db: [
'mysql',
Expand All @@ -52,6 +53,8 @@ jobs:
django-version: "django>=3.0,<3.1"
- python-version: 3.5
django-version: "django>=3.1,<3.2"
- python-version: 3.5
django-version: "django>=3.2,<4.0"

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

0 comments on commit c775315

Please sign in to comment.