Skip to content

Commit

Permalink
update dev/ci github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Dec 16, 2021
1 parent 152acc0 commit 335a568
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ jobs:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
django-version: [2.2, 3.0, 3.1, 3.2]
django-version: [2.2, 3.0, 3.1, 3.2, 4.0]
exclude:
# excludes list
- python-version: 3.6
django-version: 4.0
- python-version: 3.7
django-version: 4.0
- python-version: pypy3
django-version: 4.0

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ jobs:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
django-version: [2.2, 3.0, 3.1, 3.2]
django-version: [2.2, 3.0, 3.1, 3.2, 4.0]
exclude:
# excludes list
- python-version: 3.6
django-version: 4.0
- python-version: 3.7
django-version: 4.0
- python-version: pypy3
django-version: 4.0

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

0 comments on commit 335a568

Please sign in to comment.