Skip to content

Commit 4fc5534

Browse files
philkrasvenklemm
authored andcommitted
Add Postgres 18 packaging tests (#8861)
Disable-check: force-changelog-file Disable-check: approval-count --------- Signed-off-by: Philip Krauss <[email protected]> (cherry picked from commit e66a87f)
1 parent a19747a commit 4fc5534

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/apt-arm-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
image: [ "debian:11-slim", "debian:12-slim", "debian:13-slim", "ubuntu:22.04", "ubuntu:24.04" ]
24-
pg: [ 15, 16, 17 ]
24+
pg: [ 15, 16, 17, 18 ]
2525

2626
steps:
2727
- name: Setup emulation

.github/workflows/apt-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
image: [ "debian:11-slim", "debian:12-slim", "debian:13-slim", "ubuntu:22.04", "ubuntu:24.04" ]
28-
pg: [ 15, 16, 17 ]
28+
pg: [ 15, 16, 17, 18 ]
2929
license: [ "TSL", "Apache"]
3030
include:
3131
- license: Apache

.github/workflows/docker-images.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ jobs:
4141
"timescaledb:latest-pg15",
4242
"timescaledb:latest-pg16",
4343
"timescaledb:latest-pg17",
44+
"timescaledb:latest-pg18",
4445
"timescaledb-ha:pg15",
4546
"timescaledb-ha:pg16",
4647
"timescaledb-ha:pg17",
48+
"timescaledb-ha:pg18",
4749
]
4850

4951
steps:

.github/workflows/rpm-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
image: [ "rockylinux:8", "rockylinux:9" ]
27-
pg: [ 15, 16, 17 ]
27+
pg: [ 15, 16, 17, 18 ]
2828
license: [ "TSL", "Apache"]
2929
include:
3030
- license: Apache

0 commit comments

Comments
 (0)