Skip to content

Commit

Permalink
ci: Use same version of PostgreSQL as in production
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 25, 2023
1 parent 468442e commit 6bc21ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
run: coveralls --service=github
services:
postgres:
image: postgres:11
image: postgres:15
env:
POSTGRES_PASSWORD: postgres
options: >-
Expand Down

0 comments on commit 6bc21ee

Please sign in to comment.