Skip to content

Commit

Permalink
Add QA for Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 24, 2023
1 parent 95946ca commit c94575c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
django-version: [1.8, 1.9, "1.10", 1.11, 2.0, 2.1, 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
django-version: [1.8, 1.9, "1.10", 1.11, 2.0, 2.1, 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 5.0]
exclude:

- python-version: 3.11
Expand Down Expand Up @@ -44,13 +44,17 @@ jobs:
django-version: 1.9
- python-version: 3.9
django-version: "1.10"
- python-version: 3.9
django-version: 5.0

- python-version: 3.8
django-version: 1.8
- python-version: 3.8
django-version: 1.9
- python-version: 3.8
django-version: "1.10"
- python-version: 3.8
django-version: 5.0

- python-version: 3.7
django-version: 1.8
Expand All @@ -60,6 +64,8 @@ jobs:
django-version: 4.1
- python-version: 3.7
django-version: 4.2
- python-version: 3.7
django-version: 5.0

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

0 comments on commit c94575c

Please sign in to comment.