Skip to content

Commit c205a12

Browse files
committed
Updated CI [skip ci]
1 parent db3755a commit c205a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
tar xf $TAG.tar.gz
7373
mv postgres-$TAG postgres
7474
env:
75-
TAG: ${{ matrix.postgres == 17 && 'REL_17_2' || 'REL_14_15' }}
75+
TAG: ${{ matrix.postgres == 17 && 'REL_17_6' || 'REL_14_19' }}
7676
- run: make prove_installcheck PROVE_FLAGS="-I ./postgres/src/test/perl -I ./test/perl"
7777
env:
7878
PERL5LIB: /Users/runner/perl5/lib/perl5

0 commit comments

Comments
 (0)