Skip to content

Bump stringio from 3.0.1 to 3.1.0 #7

Bump stringio from 3.0.1 to 3.1.0

Bump stringio from 3.0.1 to 3.1.0 #7

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest ]
ruby: ['2.7.5', '3.0.3', '3.1.0 ']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run Tests for Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
run: bundle exec rake