Skip to content

Test with Ruby 4.0 on CI #88

Test with Ruby 4.0 on CI

Test with Ruby 4.0 on CI #88

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ruby/setup-ruby@v1
with:
ruby-version: "4.0"
bundler-cache: true
- uses: ankane/setup-postgres@v1
with:
database: pgvector_ruby_test
dev-files: true
- run: |
cd /tmp
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
cd pgvector
make
sudo make install
- run: bundle exec rake test