mirror of https://github.com/citusdata/citus.git
Actually test PG15 in CI instead of trying to test PG13 twice
parent
ec008c27c7
commit
e5ddb52795
|
@ -146,9 +146,9 @@ jobs:
|
|||
image_name:
|
||||
- ${{ needs.params.outputs.test_image_name }}
|
||||
pg_version:
|
||||
- ${{ needs.params.outputs.pg13_version }}
|
||||
- ${{ needs.params.outputs.pg13_version }}
|
||||
- ${{ needs.params.outputs.pg14_version }}
|
||||
- ${{ needs.params.outputs.pg15_version }}
|
||||
make:
|
||||
- check-split
|
||||
- check-multi
|
||||
|
|
Loading…
Reference in New Issue