Skip to content

Commit 17c1df8

Browse files
authored
Upgrade to Postgres 17.5 (#18249)
1 parent 507baac commit 17c1df8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
id-token: write
6969
services:
7070
postgres:
71-
image: ${{ (matrix.name == 'Tests') && 'postgres:16.1' || '' }}
71+
image: ${{ (matrix.name == 'Tests') && 'postgres:17.5' || '' }}
7272
ports:
7373
- 5432:5432
7474
env:
@@ -111,7 +111,7 @@ jobs:
111111
id-token: write
112112
services:
113113
postgres:
114-
image: postgres:16.1
114+
image: postgres:17.5
115115
ports:
116116
- 5432:5432
117117
env:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ volumes:
1111

1212
services:
1313
db:
14-
image: postgres:16.4
14+
image: postgres:17.5
1515
ports:
1616
# 5432 may already in use by another PostgreSQL on host
1717
- "5433:5432"

0 commit comments

Comments
 (0)