Skip to content

Commit

Permalink
Fix Django versions specified in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunedan committed Jul 26, 2020
1 parent f7ddd99 commit dacfc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -15,8 +15,8 @@ jobs:
- 3.8
- pypy3
django-version:
- 2.2
- 3.0
- Django>=2.2,<3.0
- Django>=3.0,<3.1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit dacfc4c

Please sign in to comment.