Skip to content

Commit

Permalink
Use postgres 12 on github actions
Browse files Browse the repository at this point in the history
This is the version we're using on production.
  • Loading branch information
nikolas authored Oct 4, 2022
1 parent 8668729 commit d611d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
node-version: [16.x]
services:
postgres:
image: postgres:11
image: postgres:12
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit d611d5b

Please sign in to comment.