We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10416b8 commit a4893d9Copy full SHA for a4893d9
1 file changed
.github/workflows/build.yml
@@ -57,9 +57,9 @@ jobs:
57
- run: |
58
brew install cpanm
59
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"
+ wget -q https://github.com/postgres/postgres/archive/refs/tags/REL_14_10.tar.gz
+ tar xf REL_14_10.tar.gz
+ - run: make prove_installcheck PROVE_FLAGS="-I ./postgres-REL_14_10/src/test/perl" PERL5LIB="/Users/runner/perl5/lib/perl5"
63
- run: make clean && /usr/local/opt/llvm@15/bin/scan-build --status-bugs make PG_CFLAGS="-DUSE_ASSERT_CHECKING"
64
windows:
65
runs-on: windows-latest
0 commit comments