We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd19c8 commit ec69aabCopy full SHA for ec69aab
.github/workflows/build.yml
@@ -7,15 +7,15 @@ jobs:
7
- uses: actions/checkout@v3
8
- uses: actions/setup-java@v3
9
with:
10
- java-version: 19
+ java-version: 20
11
distribution: temurin
12
- uses: ankane/setup-postgres@v1
13
14
database: pgvector_java_test
15
dev-files: true
16
- run: |
17
cd /tmp
18
- git clone --branch v0.4.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.4.1 https://github.com/pgvector/pgvector.git
19
cd pgvector
20
make
21
sudo make install
0 commit comments