Skip to content

Commit bfdcdc4

Browse files
committed
set postgres container to v17 to match python:3.12 container pg_dump version
1 parent b4d89e6 commit bfdcdc4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-psql.yml

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

1212
services:
1313
postgres:
14-
image: postgres
14+
image: postgres:17
1515
env:
1616
POSTGRES_PASSWORD: postgres
1717
options: >-

.github/workflows/concepts-psql.yml

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

1313
services:
1414
postgres:
15-
image: postgres
15+
image: postgres:17
1616
env:
1717
POSTGRES_PASSWORD: postgres
1818
options: >-

.github/workflows/equivalence.yml

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

1717
services:
1818
postgres:
19-
image: postgres
19+
image: postgres:17
2020
env:
2121
POSTGRES_PASSWORD: postgres
2222
options: >-

0 commit comments

Comments
 (0)