Skip to content

goodbye codecov, update test matrix #10

goodbye codecov, update test matrix

goodbye codecov, update test matrix #10

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ master ]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby:
- 2.7
- '3.0'
- 3.1
- 3.2
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake rubospec