mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +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
|
- 6379:6379
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12
|
image: postgres:{{ cookiecutter.postgresql_version }}
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user