Skip to content

Commit

Permalink
[DEV-103519] Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JVenberg committed Feb 22, 2024
1 parent 3f0b5ca commit b76d42b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.4, 3.5, 3.6]
django-version: [1.11]
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]

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

0 comments on commit b76d42b

Please sign in to comment.