Skip to content

Commit a4893d9

Browse files
committed
Updated Postgres for Mac TAP tests on CI [skip ci]
1 parent 10416b8 commit a4893d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
- run: |
5858
brew install cpanm
5959
cpanm --notest IPC::Run
60-
wget -q https://github.com/postgres/postgres/archive/refs/tags/REL_14_5.tar.gz
61-
tar xf REL_14_5.tar.gz
62-
- run: make prove_installcheck PROVE_FLAGS="-I ./postgres-REL_14_5/src/test/perl" PERL5LIB="/Users/runner/perl5/lib/perl5"
60+
wget -q https://github.com/postgres/postgres/archive/refs/tags/REL_14_10.tar.gz
61+
tar xf REL_14_10.tar.gz
62+
- run: make prove_installcheck PROVE_FLAGS="-I ./postgres-REL_14_10/src/test/perl" PERL5LIB="/Users/runner/perl5/lib/perl5"
6363
- run: make clean && /usr/local/opt/llvm@15/bin/scan-build --status-bugs make PG_CFLAGS="-DUSE_ASSERT_CHECKING"
6464
windows:
6565
runs-on: windows-latest

0 commit comments

Comments
 (0)