Skip to content

Commit

Permalink
Lint CI-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nimasmi committed Nov 13, 2023
1 parent 4221e8e commit 3b59e05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2.9", "4.1.3", "4.2"]
exclude:
- django-version: "3.2"
python-version: "3.11"
- django-version: "3.2"
python-version: "3.11"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2.9", "4.1.3", "4.2"]
exclude:
- django-version: "3.2"
python-version: "3.11"
- django-version: "3.2"
python-version: "3.11"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3b59e05

Please sign in to comment.