We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507baac commit 17c1df8Copy full SHA for 17c1df8
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
id-token: write
69
services:
70
postgres:
71
- image: ${{ (matrix.name == 'Tests') && 'postgres:16.1' || '' }}
+ image: ${{ (matrix.name == 'Tests') && 'postgres:17.5' || '' }}
72
ports:
73
- 5432:5432
74
env:
@@ -111,7 +111,7 @@ jobs:
111
112
113
114
- image: postgres:16.1
+ image: postgres:17.5
115
116
117
docker-compose.yml
@@ -11,7 +11,7 @@ volumes:
11
12
13
db:
14
- image: postgres:16.4
15
16
# 5432 may already in use by another PostgreSQL on host
17
- "5433:5432"
0 commit comments