Skip to content

Switched to Mittens for stemming #33

Switched to Mittens for stemming

Switched to Mittens for stemming #33

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.3
ar_version: 7.1.0
- ruby: 3.2
ar_version: 7.0.0
- ruby: 3.1
ar_version: 6.1.0
runs-on: ubuntu-latest
env:
AR_VERSION: ${{ matrix.ar_version }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test