Skip to content

Bump yard from 0.9.26 to 0.9.36 #29

Bump yard from 0.9.26 to 0.9.36

Bump yard from 0.9.26 to 0.9.36 #29

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7.2']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: RUBYOPT='--disable-did_you_mean' bundle install
- name: Run tests
run: bundle exec rspec