Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pgvector-16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/pgvector/pgvector#installation-notes
package:
name: pgvector-16
version: 0.7.4
version: 0.8.0
epoch: 0
description: Open-source vector similarity search for PostgreSQL
copyright:
Expand All @@ -21,7 +21,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/pgvector/pgvector
expected-commit: 103ac50f1a90b47a72003e8e8628a55ec372f202
expected-commit: 2627c5ff775ae6d7aef0c430121ccf857842d2f2
tag: v${{package.version}}

- runs: |
Expand All @@ -41,8 +41,8 @@ test:
environment:
contents:
packages:
- postgresql
- postgresql-client
- postgresql-16
- postgresql-16-client
- shadow
- sudo-rs
- glibc-locales
Expand Down