Skip to content

Commit

Permalink
bump pg image version for vector 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Sep 12, 2023
1 parent 98eb218 commit 6c0bb85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
postgres-version: ['15.1.0.87']
postgres-version: ['15.1.0.118']

services:

Expand Down
2 changes: 1 addition & 1 deletion src/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def maybe_start_pg() -> Generator[None, None, None]:
to using the PYTEST_DB connection string"""

container_name = "vecs_pg"
image = "supabase/postgres:15.1.0.87"
image = "supabase/postgres:15.1.0.118"

connection_template = "postgresql://{user}:{pw}@{host}:{port:d}/{db}"
conn_args = parse(connection_template, PYTEST_DB)
Expand Down

0 comments on commit 6c0bb85

Please sign in to comment.