Fix PostgreSQL version in GitHub workflow (#4423)

This commit is contained in:
Andrew Chen Wang 2023-06-28 18:35:50 -04:00 committed by GitHub
parent 5b85233d30
commit c5940219c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ jobs:
- 6379:6379
{%- endif %}
postgres:
image: postgres:12
image: postgres:{{ cookiecutter.postgresql_version }}
ports:
- 5432:5432
env: