Skip to content

Commit

Permalink
Test against PostGRES 16 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw authored Nov 6, 2024
1 parent 76eae62 commit 577ea51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

services:
postgres:
image: postgres:14-alpine
image: postgres:16-alpine
env:
POSTGRES_PASSWORD: postgres
ports:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.18.1 (unreleased)
----------------------

- Nothing changed yet.
- Test against PostGRES 16 (instead of 14).


## 0.18.0 (2024-10-21)
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 @@
services:

postgres:
image: postgres:14-alpine
image: postgres:16-alpine
environment:
POSTGRES_PASSWORD: "postgres"
# command: ["postgres", "-c", "log_connections=all", "-c", "log_disconnections=all", "-c", "log_statement=all", "-c", "log_destination=stderr"]
Expand Down

0 comments on commit 577ea51

Please sign in to comment.