Fix confusingly swapped display on GHA

This commit is contained in:
Peter Bittner 2025-07-08 18:19:18 +02:00
parent df5b04b932
commit 18b5a73bd3

View file

@ -28,9 +28,9 @@ jobs:
- '5.1' - '5.1'
- '5.2' - '5.2'
include: include:
- { django-version: '4.2', python-version: '3.9' } - { python-version: '3.9', django-version: '4.2' }
exclude: exclude:
- { django-version: '4.2', python-version: '3.13' } - { python-version: '3.13', django-version: '4.2' }
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4