Skip to content

Commit b341557

Browse files
committed
Update PostgreSQL default version to 17
1 parent bd06d52 commit b341557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
services:
2121
db:
22-
image: 'postgres:15'
22+
image: 'postgres:17'
2323
env:
2424
POSTGRES_USER: serveradmin
2525
POSTGRES_PASSWORD: serveradmin

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22

33
services:
44
db:
5-
image: "postgres:15"
5+
image: "postgres:17"
66
environment:
77
- POSTGRES_DB=${POSTGRES_DB}
88
- POSTGRES_USER=${POSTGRES_USER}

0 commit comments

Comments
 (0)