Skip to content

Commit ec69aab

Browse files
committed
Updated CI
1 parent fcd19c8 commit ec69aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-java@v3
99
with:
10-
java-version: 19
10+
java-version: 20
1111
distribution: temurin
1212
- uses: ankane/setup-postgres@v1
1313
with:
1414
database: pgvector_java_test
1515
dev-files: true
1616
- run: |
1717
cd /tmp
18-
git clone --branch v0.4.0 https://github.com/pgvector/pgvector.git
18+
git clone --branch v0.4.1 https://github.com/pgvector/pgvector.git
1919
cd pgvector
2020
make
2121
sudo make install

0 commit comments

Comments
 (0)