Skip to content

CI: Simplify unstable.yml in favor of setup-ruby over manual RVM setup #514

CI: Simplify unstable.yml in favor of setup-ruby over manual RVM setup

CI: Simplify unstable.yml in favor of setup-ruby over manual RVM setup #514

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