Merge branch 'pg14_support' of github.com:citusdata/citus into pg14_support

pg14_support_3
Halil Ozan Akgul 2021-08-20 20:58:40 +03:00
commit ac85ac042d
1 changed files with 2 additions and 2 deletions

View File

@ -678,14 +678,14 @@ workflows:
name: 'test-12-13_check-pg-upgrade' name: 'test-12-13_check-pg-upgrade'
old_pg_major: 12 old_pg_major: 12
new_pg_major: 13 new_pg_major: 13
image_tag: 12-13 image_tag: '12-13-14-dev202108191715'
requires: [build-12,build-13] requires: [build-12,build-13]
- test-pg-upgrade: - test-pg-upgrade:
name: 'test-13-14_check-pg-upgrade' name: 'test-13-14_check-pg-upgrade'
old_pg_major: 13 old_pg_major: 13
new_pg_major: 14 new_pg_major: 14
image_tag: 12-13-14 image_tag: '12-13-14-dev202108191715'
requires: [build-13,build-14] requires: [build-13,build-14]
- test-citus-upgrade: - test-citus-upgrade: