Skip to content

Support ruby 3.2 + 3.3+ #62

Support ruby 3.2 + 3.3+

Support ruby 3.2 + 3.3+ #62

Workflow file for this run

name: test
on: [push, pull_request]
env:
ENABLE_WERROR: true
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: ['3.2', head, debug]
exclude:
- os: windows-latest
ruby: debug
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake