|
1 |
| -name:'C/C++ CI for thestable13' |
| 1 | +name:'C/C++ CI for thestable14' |
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 checkoutREL_13_STABLE |
| 22 | + git checkoutREL_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
|