Skip to content

Commit

Permalink
ci: Use same version of PostgreSQL as in minimum production (registry)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 25, 2023
1 parent 2e98667 commit 6b7ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: coveralls --service=github
services:
postgres:
image: postgres:13
image: postgres:12
env:
POSTGRES_PASSWORD: postgres
options: >-
Expand Down

0 comments on commit 6b7ae3d

Please sign in to comment.