File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 if : github.ref_name != 'master'
2424 name : push-test-images-for-dev
2525 runs-on : ubuntu-latest
26+ permissions :
27+ packages : write
2628 needs :
2729 - prepare_pgversion_matrix
2830 strategy :
5557 if : github.ref_name != 'master'
5658 name : push-test-images-for-dev
5759 runs-on : ubuntu-latest
60+ permissions :
61+ packages : write
5862 strategy :
5963 fail-fast : false
6064 matrix :
8589 if : github.ref_name == 'master'
8690 name : push-test-images-for-release
8791 runs-on : ubuntu-latest
92+ permissions :
93+ packages : write
8894 strategy :
8995 fail-fast : false
9096
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ STYLE_CHECKER_TOOLS_VERSION=0.8.18
1818
1919# we should add more majors/citus versions when we address https://github.com/citusdata/citus/issues/4807
2020CITUS_UPGRADE_PG_VERSIONS =$(shell head -n1 PG_VERSIONS|cut -c 6-|tr '\n' ' ' )
21- # 10.2 .0 is the oldest version supporting PG14 , whereas 11.3.0 is for upgrade_pg_dist_cleanup tests
22- CITUS_UPGRADE_VERSIONS =v10.2 .0 v11.3.0
21+ # 11.1 .0 is the oldest version supporting PG15 , whereas 11.3.0 is for upgrade_pg_dist_cleanup tests
22+ CITUS_UPGRADE_VERSIONS =v11.1 .0 v11.3.0
2323
2424# code below creates targets for all postgres versions in PG_VERSIONS
2525define make-image-targets
Original file line number Diff line number Diff line change 1- PG14=14.14
2- PG15=15.9
3- PG16=16.5
4- PG17=17.1
1+ PG15=15.13
2+ PG16=16.9
3+ PG17=17.5
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ pgdg_version=$(apt list -a postgresql-server-dev-${PG_MAJOR} 2>/dev/null | grep
164164
165165apt-get install -y --no-install-recommends --allow-downgrades \
166166 libdbi-perl \
167- libdbd-pg-perl \
167+ libdbd-pg-perl=3.16.3-1.pgdg110+1 \
168168 libpq-dev=${pgdg_version} \
169169 libpq5=${pgdg_version} \
170170 postgresql-${PG_MAJOR}=${pgdg_version} \
You can’t perform that action at this time.
0 commit comments