Skip to content

Commit fd94caf

Browse files
committed
Updated CI
1 parent 3e74ddd commit fd94caf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
java: [25, 21, 17, 11, 8]
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212
- uses: actions/setup-java@v5
1313
with:
1414
java-version: ${{ matrix.java }}
@@ -20,7 +20,7 @@ jobs:
2020
dev-files: true
2121
- run: |
2222
cd /tmp
23-
git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
23+
git clone --branch v0.8.5 https://github.com/pgvector/pgvector.git
2424
cd pgvector
2525
make
2626
sudo make install

0 commit comments

Comments
 (0)