Skip to content

Commit

Permalink
test: Test on PostgreSQL 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 27, 2024
1 parent 24767fb commit aa34f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: coverallsapp/github-action@v2
services:
postgres:
image: postgres:12
image: postgres:16
env:
POSTGRES_PASSWORD: postgres
options: >-
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
test/report.html
services:
postgres:
image: postgres:12
image: postgres:16
env:
POSTGRES_PASSWORD: postgres
options: >-
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- '--entrypoints.http=true'
- '--entrypoints.http.address=:80'
postgres:
image: postgres:12
image: postgres:16
volumes:
- postgresql-data:/var/lib/postgresql/data
redis:
Expand Down

0 comments on commit aa34f9a

Please sign in to comment.