We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3755a commit c205a12Copy full SHA for c205a12
1 file changed
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
tar xf $TAG.tar.gz
73
mv postgres-$TAG postgres
74
env:
75
- TAG: ${{ matrix.postgres == 17 && 'REL_17_2' || 'REL_14_15' }}
+ TAG: ${{ matrix.postgres == 17 && 'REL_17_6' || 'REL_14_19' }}
76
- run: make prove_installcheck PROVE_FLAGS="-I ./postgres/src/test/perl -I ./test/perl"
77
78
PERL5LIB: /Users/runner/perl5/lib/perl5
0 commit comments