Skip to content

Commit

Permalink
Ensure project is tested against Django 3.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jul 12, 2020
1 parent 118ee90 commit 2c7ca52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
django-version: [
"django>=2.2,<3.0",
"django>=3.0,<3.1",
"django==3.1b1"
]
db: [
'mysql',
Expand All @@ -48,6 +49,8 @@ jobs:
exclude:
- python-version: 3.5
django-version: "django>=3.0,<3.1"
- python-version: 3.5
django-version: "django==3.1b1"

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

0 comments on commit 2c7ca52

Please sign in to comment.