File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
fail-fast : false
47
47
matrix :
48
48
include :
49
- - postgres : 16
50
- os : macos-14
49
+ - postgres : 17
50
+ os : macos-15
51
51
- postgres : 14
52
52
os : macos-13
53
53
steps :
70
70
tar xf $TAG.tar.gz
71
71
mv postgres-$TAG postgres
72
72
env:
73
- TAG: ${{ matrix.postgres == 16 && 'REL_16_2 ' || 'REL_14_11 ' }}
73
+ TAG: ${{ matrix.postgres == 17 && 'REL_17_2 ' || 'REL_14_15 ' }}
74
74
- run : make prove_installcheck PROVE_FLAGS="-I ./postgres/src/test/perl -I ./test/perl"
75
75
env :
76
76
PERL5LIB : /Users/runner/perl5/lib/perl5
@@ -126,7 +126,7 @@ jobs:
126
126
- uses : actions/checkout@v4
127
127
- uses : ankane/setup-postgres-valgrind@v1
128
128
with :
129
- postgres-version : 16
129
+ postgres-version : 17
130
130
check-ub : yes
131
131
- run : make OPTFLAGS=""
132
132
- run : sudo --preserve-env=PG_CONFIG make install
You can’t perform that action at this time.
0 commit comments