Skip to content

Commit

Permalink
Use postgres 16 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasfed committed Oct 1, 2024
1 parent df4b7c4 commit d12c898
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

services:
postgres:
image: postgres:12-alpine
image: postgres:16-alpine
env:
POSTGRES_DB: paperclip_test
POSTGRES_USER: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.6'

services:
postgres:
image: postgres:12-alpine
image: postgres:16-alpine
environment:
POSTGRES_DB: paperclip_test
POSTGRES_USER: postgres
Expand Down

0 comments on commit d12c898

Please sign in to comment.