Skip to content

Commit

Permalink
fixing ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Dec 9, 2023
1 parent cd7683f commit 12ef2cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version: ['<3.0', '<3.1', '<3.2', '<3.3', '<4.1', '<4.2', '<5.1']
python-version: [ 3.8', '3.9', '3.10', '3.11', '3.12' ]
django-version: [ '<3.2', '<3.3', '<4.2', '<4.3', '<5.1' ]
exclude:
- python-version: '3.8'
django-version: '<5.1'
Expand All @@ -21,6 +21,7 @@ jobs:
- python-version: '3.12'
django-version: '<3.2'
- python-version: '3.12'
django-version: '<3.3'
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 12ef2cd

Please sign in to comment.