Skip to content

Lock sqlite3 version to fix CI #72

Lock sqlite3 version to fix CI

Lock sqlite3 version to fix CI #72

Workflow file for this run

name: CI
on: [push,pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
ruby: [3.1, 3.2, 3.3, head, truffleruby]
exclude:
- os: windows-latest
ruby: head
- os: windows-latest
ruby: truffleruby
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: |
bundle exec rake