Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/packaging-test-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,11 @@ jobs:
# PG_CONFIG variable in each of those runs.
packaging_docker_image:
- debian-bookworm-all
- debian-bullseye-all
- ubuntu-focal-all
- debian-trixie-all
- ubuntu-jammy-all
- ubuntu-noble-all

POSTGRES_VERSION: ${{ fromJson(needs.get_postgres_versions_from_file.outputs.pg_versions) }}
exclude:
# PG18 and PG19 are not supported on Ubuntu focal
- packaging_docker_image: ubuntu-focal-all
POSTGRES_VERSION: 18
- packaging_docker_image: ubuntu-focal-all
POSTGRES_VERSION: 19

container:
image: citus/packaging:${{ matrix.packaging_docker_image }}
Expand Down
Loading