Skip to content

Commit

Permalink
Correct environment versions in GH Actions test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Nov 17, 2024
1 parent 1cc9e12 commit a37e6d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
TOXENV: py311-django51

- python: '3.12'
TOXENV: py311-django42
TOXENV: py312-django42
- python: '3.12'
TOXENV: py311-django50
TOXENV: py312-django50
- python: '3.12'
TOXENV: py311-django51
TOXENV: py312-django51

- python: '3.13'
TOXENV: py311-django51
TOXENV: py313-django51

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

0 comments on commit a37e6d4

Please sign in to comment.