Fix confusingly swapped display on GHA

This commit is contained in:
Peter Bittner 2025-07-08 18:19:18 +02:00 committed by axsapronov
parent b11d35ad24
commit e9657d5582
No known key found for this signature in database
GPG key ID: 313CDF3CC9802124

View file

@ -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