Skip to content

Commit

Permalink
updated github workflows, #1041
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Dec 18, 2023
1 parent 2b52d5c commit 5a33635
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
fail-fast: false
matrix:
versions:
- python: "3.8"
env: py38-django40
- python: "3.9"
env: py39-django40
- python: "3.10"
env: py310-django40
env: py10-django50
- python: "3.11"
env: py311-django50

name: "Python ${{ matrix.versions.python }} - ${{ matrix.versions.env }}"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5a33635

Please sign in to comment.