We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fd99b commit 99cc83dCopy full SHA for 99cc83d
1 file changed
.github/workflows/build.yml
@@ -7,15 +7,15 @@ jobs:
7
- uses: actions/checkout@v4
8
- uses: erlef/setup-beam@v1
9
with:
10
- otp-version: 26
11
- rebar3-version: 3.24
+ otp-version: 28
+ rebar3-version: 3.25
12
- uses: ankane/setup-postgres@v1
13
14
database: pgvector_erlang_test
15
dev-files: true
16
- run: |
17
cd /tmp
18
- git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
19
cd pgvector
20
make
21
sudo make install
0 commit comments