Skip to content

Commit d84bd0c

Browse files
committed
Test with pgvector 0.2.1 on CI
1 parent a81abd9 commit d84bd0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
with:
1010
database: pgvector_cpp_test
1111
- run: |
12-
sudo apt-get update && sudo apt-get install postgresql-server-dev-13
13-
git clone --branch v0.1.8 https://github.com/ankane/pgvector.git
12+
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
13+
git clone --branch v0.2.1 https://github.com/ankane/pgvector.git
1414
cd pgvector
1515
make
1616
sudo make install
1717
- run: |
18-
git clone --branch 7.6.0 https://github.com/jtv/libpqxx.git
18+
git clone --branch 7.7.0 https://github.com/jtv/libpqxx.git
1919
cd libpqxx
2020
./configure
2121
make

0 commit comments

Comments
 (0)