Update test_cookiecutter_generation.py

Adds the postgresql 17 option
This commit is contained in:
Jeff Foster 2025-04-18 11:56:36 -07:00 committed by GitHub
parent 846af52e73
commit e5d04b1f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"},