Revert "Try only pg14, to be reverted"

This reverts commit 299136da69.
pull/7829/head
naisila 2025-01-10 22:17:03 +03:00
parent 299136da69
commit bff2fcf958
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ jobs:
- ${{ needs.params.outputs.image_suffix}}
pg_version:
- ${{ needs.params.outputs.pg14_version }}
- ${{ needs.params.outputs.pg15_version }}
- ${{ needs.params.outputs.pg16_version }}
runs-on: ubuntu-20.04
container:
image: "${{ matrix.image_name }}:${{ fromJson(matrix.pg_version).full }}${{ matrix.image_suffix }}"