Fix typo in CI file

This commit is contained in:
Davide 2024-04-09 14:35:58 +02:00
parent fbad932bcb
commit 181ebb0d13
No known key found for this signature in database
GPG key ID: D939AF7A93A9C178

View file

@ -43,10 +43,10 @@ jobs:
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django_version: ["3.2", "4.0", "4.1", "4.2", "5.0"]
exclude:
- python-version: "3.8"
django-version: "5.0"
- python-version: "3.9"
django-version: "5.0"
- python_version: "3.8"
django_version: "5.0"
- python_version: "3.9"
django_version: "5.0"
steps:
- uses: actions/checkout@v4