We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031c0c8 commit 9e06e1dCopy full SHA for 9e06e1d
./workflows/c-cpp.yml
@@ -1,10 +1,10 @@
1
-name: 'C/C++ CI for the stable13'
+name: 'C/C++ CI for the stable14'
2
3
on:
4
push:
5
-branches: [ stable13 ]
+branches: [ stable14 ]
6
pull_request:
7
8
9
jobs:
10
build:
@@ -19,9 +19,9 @@ jobs:
19
git config --global user.name "CI PgPro admin"
20
git clone https://.com/postgres/postgres.git pg
21
cd pg
22
-git checkout REL_13_STABLE
+git checkout REL_14_STABLE
23
./configure --prefix=`pwd`/tmp_install
24
git subtree add --prefix=contrib/aqo https://.com/postgrespro/aqo.git $_REF
25
--p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg13.
+-p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg14.
26
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
27
env CLIENTS=50 THREADS=50 make -C contrib/aqo check
0 commit comments