Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4bc010

Browse files
authored
chore(ci): update to use pg 17 (pgvector#755)
* chore(ci): update to use pg 17Signed-off-by: Rui Chen <rui@chenrui.dev>* chore(ci): update pg 14 to `REL_14_15`Signed-off-by: Rui Chen <rui@chenrui.dev>---------Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent7b4ff9b commitb4bc010

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
fail-fast:false
4747
matrix:
4848
include:
49-
-postgres:16
50-
os:macos-14
49+
-postgres:17
50+
os:macos-15
5151
-postgres:14
5252
os:macos-13
5353
steps:
@@ -70,7 +70,7 @@ jobs:
7070
tar xf $TAG.tar.gz
7171
mv postgres-$TAG postgres
7272
env:
73-
TAG: ${{ matrix.postgres ==16 && 'REL_16_2' || 'REL_14_11' }}
73+
TAG: ${{ matrix.postgres ==17 && 'REL_17_2' || 'REL_14_15' }}
7474
-run:make prove_installcheck PROVE_FLAGS="-I ./postgres/src/test/perl -I ./test/perl"
7575
env:
7676
PERL5LIB:/Users/runner/perl5/lib/perl5
@@ -126,7 +126,7 @@ jobs:
126126
-uses:actions/checkout@v4
127127
-uses:ankane/setup-postgres-valgrind@v1
128128
with:
129-
postgres-version:16
129+
postgres-version:17
130130
check-ub:yes
131131
-run:make OPTFLAGS=""
132132
-run:sudo --preserve-env=PG_CONFIG make install

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp