Skip to content

Commit e61a672

Browse files
committed
Updated CI
1 parent ebf8f47 commit e61a672

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
@@ -7,14 +7,14 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: haskell-actions/setup@v2
99
with:
10-
ghc-version: "9.10"
10+
ghc-version: "9.12"
1111
- uses: ankane/setup-postgres@v1
1212
with:
1313
database: pgvector_haskell_test
1414
dev-files: true
1515
- run: |
1616
cd /tmp
17-
git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
17+
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
1818
cd pgvector
1919
make
2020
sudo make install

0 commit comments

Comments
 (0)