Skip to content

Commit

Permalink
lint ci file to prevent future diff noise
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahboyce committed Nov 18, 2023
1 parent d0dce62 commit 93d5ef2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2", "4.1", "4.2", "main"]
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
django-version:
- "3.2"
- "4.1"
- "4.2"
- "main"
exclude:
- python-version: "3.7"
django-version: "4.1"
Expand Down

0 comments on commit 93d5ef2

Please sign in to comment.