Skip to content

Commit 6eae580

Browse files
authored
Patroni update and PostgreSQL 18 support
1 parent b57ba4c commit 6eae580

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/patroni.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
pg_version:
19+
- "18"
1920
- "17"
2021
- "16"
2122
- "15"
@@ -27,7 +28,7 @@ jobs:
2728
env:
2829
REGISTRY: ghcr.io
2930
IMAGE_NAME: parmincloud/containers/patroni
30-
PATRONI_VERSION: 4.0.6
31+
PATRONI_VERSION: 4.1.0
3132

3233
steps:
3334
- name: Checkout repository

0 commit comments

Comments
 (0)