Skip to content

Commit

Permalink
Merge pull request #60 from cloudblue/bump/LITE-27075
Browse files Browse the repository at this point in the history
LITE-27075 Added support for Django 4.2
  • Loading branch information
maxipavlovic authored Apr 8, 2023
2 parents b46e48a + 1217c22 commit 6738c2e
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 225 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
django-version: ['3.2', '4.0', '4.1']
django-version: ['3.2', '4.1', '4.2']
exclude:
- python-version: '3.7'
django-version: '4.0'
- python-version: '3.7'
django-version: '4.1'
- python-version: '3.7'
django-version: '4.2'
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 6738c2e

Please sign in to comment.