mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
Fix typo in CI file
This commit is contained in:
parent
fbad932bcb
commit
181ebb0d13
1 changed files with 4 additions and 4 deletions
8
.github/workflows/lint-and-test.yml
vendored
8
.github/workflows/lint-and-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue