use pg14 image for pg upgrade tests

pg14_support_3
Nils Dijk 2021-08-20 17:06:36 +02:00
parent 13e075ed54
commit 8c0cb6e760
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
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: