Skip to content

Commit

Permalink
Fix PostgreSQL version in GitHub workflow (#4423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang authored Jun 28, 2023
1 parent 5b85233 commit c594021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- 6379:6379
{%- endif %}
postgres:
image: postgres:12
image: postgres:{{ cookiecutter.postgresql_version }}
ports:
- 5432:5432
env:
Expand Down

0 comments on commit c594021

Please sign in to comment.