1 parent c92ab3d commit 8056bffCopy full SHA for 8056bff
1 file changed
.github/workflows/packaging-test-pipelines.yml
@@ -122,6 +122,10 @@ jobs:
122
- ubuntu-jammy-all
123
124
POSTGRES_VERSION: ${{ fromJson(needs.get_postgres_versions_from_file.outputs.pg_versions) }}
125
+ exclude:
126
+ # PG18 is not supported on Ubuntu focal
127
+ - packaging_docker_image: ubuntu-focal-all
128
+ POSTGRES_VERSION: 18
129
130
container:
131
image: citus/packaging:${{ matrix.packaging_docker_image }}
0 commit comments