mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
Fix PostgreSQL version in GitHub workflow (#4423)
This commit is contained in:
parent
5b85233d30
commit
c5940219c7
|
@ -49,7 +49,7 @@ jobs:
|
|||
- 6379:6379
|
||||
{%- endif %}
|
||||
postgres:
|
||||
image: postgres:12
|
||||
image: postgres:{{ cookiecutter.postgresql_version }}
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user