mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
added different python versions to github actions matrix
This commit is contained in:
parent
3c717a7db9
commit
5e52b27f1d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint-and-test.yml
vendored
4
.github/workflows/lint-and-test.yml
vendored
|
|
@ -10,11 +10,11 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python_version: [3.7, 3.8, 3.9, '3.10']
|
||||
django_version: [2.2, 3.0, 3.1, 3.2, 4.0a1]
|
||||
django_version: [2.2, 3.0, 3.1, 3.2, 4.0.4]
|
||||
exclude:
|
||||
# Ignore Django 4 on Python 3.7
|
||||
- python_version: 3.7
|
||||
django_version: 4.0
|
||||
django_version: 4.0.4
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue