Skip to content

Commit

Permalink
feat(chore): update circleci psql image
Browse files Browse the repository at this point in the history
- update psql image to allow for pgvector
  • Loading branch information
Jonaspng committed Jan 11, 2025
1 parent a17a1f1 commit fba8f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ executors:
DATABASE_URL: 'postgres://ubuntu@localhost:5432/coursemology_test'
COLLECT_COVERAGE: << parameters.collects_rails_coverage >>

- image: cimg/postgres:16.1
- image: pgvector/pgvector:pg16
environment:
POSTGRES_USER: ubuntu
POSTGRES_DB: coursemology_test
Expand Down

0 comments on commit fba8f7f

Please sign in to comment.