Skip to content

Commit

Permalink
Test on postgresql 11 instead of 10
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Jan 19, 2022
1 parent fb98e50 commit dbb76e1
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: [14.x]
services:
postgres:
image: postgres:10
image: postgres:11
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit dbb76e1

Please sign in to comment.