Fix PostgreSQL version in GitHub workflow

This commit is contained in:
Andrew Chen Wang 2023-06-28 09:19:19 -04:00 committed by GitHub
parent 6f34e19260
commit b264012fbd
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: