Skip to content

Commit 5d13b20

Browse files
author
Oleg Gurev
committed
Update of GitHub Actions pipeline
1 parent d4ba731 commit 5d13b20

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ jobs:
1414
Test:
1515
strategy:
1616
matrix:
17-
# pg_version: [15]
18-
pg_version: [11, 12, 13, 14, 15]
17+
pg_version: [13, 14, 15, 16, 17, 18]
1918
os: [ubuntu-22.04]
20-
# tests: [tap]
2119
tests: [tap, python]
22-
# test_mode: [normal, legacy, paranoia]
2320
test_mode: [normal, paranoia]
2421
exclude:
2522
- tests: tap
@@ -56,6 +53,11 @@ jobs:
5653
- name: Apply ptrack patches
5754
run: make patch top_builddir=../postgres
5855
working-directory: ptrack
56+
- name: Apply probackup patch
57+
if: ${{ matrix.pg_version == '18' }}
58+
run: git apply ../pg_probackup/patches/REL_18_STABLE_pg_probackup.patch
59+
working-directory: postgres
60+
shell: bash {0}
5961
- name: Install Postgres
6062
run: |
6163
make install-postgres top_builddir=$GITHUB_WORKSPACE/postgres prefix=$HOME/pgsql &&

0 commit comments

Comments
 (0)