Skip to content

prepare v5.0.1 release #59

prepare v5.0.1 release

prepare v5.0.1 release #59

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
name: "Ruby ${{ matrix.ruby }}"
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- "head"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
- "jruby-head"
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake