Skip to content

Commit 99cc83d

Browse files
committed
Updated CI
1 parent 48fd99b commit 99cc83d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: erlef/setup-beam@v1
99
with:
10-
otp-version: 26
11-
rebar3-version: 3.24
10+
otp-version: 28
11+
rebar3-version: 3.25
1212
- uses: ankane/setup-postgres@v1
1313
with:
1414
database: pgvector_erlang_test
1515
dev-files: true
1616
- run: |
1717
cd /tmp
18-
git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
18+
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
1919
cd pgvector
2020
make
2121
sudo make install

0 commit comments

Comments
 (0)