Skip to content

Commit

Permalink
Add PostgreSQL 17 support (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 authored Nov 12, 2024
1 parent e475379 commit 5b51f40
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 @@ -19,7 +19,7 @@ jobs:

services:
postgres:
image: postgres:16
image: postgres:17
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker/pg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM postgres:16
FROM postgres:17
COPY /init.sh /docker-entrypoint-initdb.d/

0 comments on commit 5b51f40

Please sign in to comment.