Skip to content

chore(master): release 0.91.0 (#46) #79

chore(master): release 0.91.0 (#46)

chore(master): release 0.91.0 (#46) #79

Workflow file for this run

## This file is managed by Terraform.
## Do not modify this file directly, as it may be overwritten.
## Please open an issue instead.
name: CI JRuby
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: [jruby, jruby-head]
env:
AR_VERSION: 7.0.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake