Skip to content

Commit

Permalink
[DEV-103519] Smaller version scope
Browse files Browse the repository at this point in the history
  • Loading branch information
JVenberg committed Feb 22, 2024
1 parent 29bf9c7 commit 19fbdb2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version:
[3.4.10, 3.5.10, 3.6.15, 3.7.17, 3.8.18, 3.9.18, 3.10.13, 3.11.8]
django-version: [3.2, 4.2, 5.0]
python-version: [3.8.18, 3.9.18, 3.10.13, 3.11.8]
django-version: [3.2, 4.2]

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

0 comments on commit 19fbdb2

Please sign in to comment.