mirror of https://github.com/citusdata/citus.git
Try only pg14, to be reverted
parent
f41a29272f
commit
299136da69
|
@ -111,8 +111,6 @@ jobs:
|
||||||
- ${{ needs.params.outputs.image_suffix}}
|
- ${{ needs.params.outputs.image_suffix}}
|
||||||
pg_version:
|
pg_version:
|
||||||
- ${{ needs.params.outputs.pg14_version }}
|
- ${{ needs.params.outputs.pg14_version }}
|
||||||
- ${{ needs.params.outputs.pg15_version }}
|
|
||||||
- ${{ needs.params.outputs.pg16_version }}
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: "${{ matrix.image_name }}:${{ fromJson(matrix.pg_version).full }}${{ matrix.image_suffix }}"
|
image: "${{ matrix.image_name }}:${{ fromJson(matrix.pg_version).full }}${{ matrix.image_suffix }}"
|
||||||
|
|
Loading…
Reference in New Issue