Skip to content

Commit

Permalink
Test against latest postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Mar 20, 2021
1 parent 606a469 commit f046863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

services:
postgres:
image: "postgres:9.6"
image: "postgres:13"
ports:
- 5432:5432
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
db:
image: "postgres:9.6"
image: "postgres:13"
ports:
- "127.0.0.1:5432:5432"
environment:
Expand Down

0 comments on commit f046863

Please sign in to comment.