File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : ' C/C++ CI for the stable13 '
1
+ name : ' C/C++ CI for the stable14 '
2
2
3
3
on :
4
4
push :
5
- branches : [ stable13 ]
5
+ branches : [ stable14 ]
6
6
pull_request :
7
- branches : [ stable13 ]
7
+ branches : [ stable14 ]
8
8
9
9
jobs :
10
10
build :
19
19
git config --global user.name "CI PgPro admin"
20
20
git clone https://github.com/postgres/postgres.git pg
21
21
cd pg
22
- git checkout REL_13_STABLE
22
+ git checkout REL_14_STABLE
23
23
./configure --prefix=`pwd`/tmp_install
24
24
git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
25
- patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg13 .patch
25
+ patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg14 .patch
26
26
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
27
27
env CLIENTS=50 THREADS=50 make -C contrib/aqo check
You can’t perform that action at this time.
0 commit comments