Skip to content

CI: libsqlite3-dev has to be already installed #513

CI: libsqlite3-dev has to be already installed

CI: libsqlite3-dev has to be already installed #513

Workflow file for this run

name: stable
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7, '3.0', 3.1, 3.2, ruby-head, jruby-9.3]
env:
BUNDLE_WITHOUT: "benchmark"
JRUBY_OPTS: "--debug"
steps:
- uses: actions/checkout@v3
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
rubygems: latest
bundler-cache: true # 'bundle install' and cache
- name: Run tests
run: bundle exec rake