Skip to content

Update yard requirement from = 0.9.34 to = 0.9.36 #16

Update yard requirement from = 0.9.34 to = 0.9.36

Update yard requirement from = 0.9.34 to = 0.9.36 #16

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['3.0', '3.1', '3.2', 'head']
name: >-
${{matrix.os}}, ${{matrix.ruby}}
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true # 'bundle install' and cache
- name: Run tests
run: bundle exec rake test