Skip to content

Commit

Permalink
Github Actions: test on postgres 13
Browse files Browse the repository at this point in the history
I will be upgrading postgres-prod to version 13 soon.
  • Loading branch information
nikolas authored Oct 17, 2022
1 parent 218591f commit 892bf26
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 @@ -10,7 +10,7 @@ jobs:
node-version: [16.x]
services:
postgres:
image: postgres:12
image: postgres:13
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 892bf26

Please sign in to comment.