Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit ef5de46

Browse files
committed
Updated CI
1 parent 323e525 commit ef5de46

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
@@ -6,9 +6,9 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python: [3.11, 3.8]
9+
python: [3.12, 3.8]
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v4
1313
with:
1414
python-version: ${{ matrix.python }}
@@ -19,7 +19,7 @@ jobs:
1919
dev-files: true
2020
- run: |
2121
cd /tmp
22-
git clone --branch v0.5.0 https://github.com/pgvector/pgvector.git
22+
git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git
2323
cd pgvector
2424
make
2525
sudo make install

0 commit comments

Comments
 (0)