mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add each version on its own line to prevent merge conflicts
This commit is contained in:
parent
aeef1088a1
commit
bf13ba6733
1 changed files with 7 additions and 1 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -15,7 +15,13 @@ jobs:
|
|||
fail-fast: false
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12-dev']
|
||||
python-version: [
|
||||
'3.8',
|
||||
'3.9',
|
||||
'3.10',
|
||||
'3.11',
|
||||
'3.12-dev',
|
||||
]
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
|
|||
Loading…
Reference in a new issue