mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 20:20:18 +03:00
Update test_cookiecutter_generation.py
Adds the postgresql 17 option
This commit is contained in:
parent
846af52e73
commit
e5d04b1f0b
|
@ -59,6 +59,7 @@ SUPPORTED_COMBINATIONS = [
|
|||
{"editor": "VS Code"},
|
||||
{"use_docker": "y"},
|
||||
{"use_docker": "n"},
|
||||
{"postgresql_version": "17"},
|
||||
{"postgresql_version": "16"},
|
||||
{"postgresql_version": "15"},
|
||||
{"postgresql_version": "14"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user