mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Fix confusingly swapped display on GHA
This commit is contained in:
parent
df5b04b932
commit
18b5a73bd3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -28,9 +28,9 @@ jobs:
|
|||
- '5.1'
|
||||
- '5.2'
|
||||
include:
|
||||
- { django-version: '4.2', python-version: '3.9' }
|
||||
- { python-version: '3.9', django-version: '4.2' }
|
||||
exclude:
|
||||
- { django-version: '4.2', python-version: '3.13' }
|
||||
- { python-version: '3.13', django-version: '4.2' }
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue