Skip to content

Merge pull request #1 from bodrovis/dependabot/bundler/rubocop-rspec-… #13

Merge pull request #1 from bodrovis/dependabot/bundler/rubocop-rspec-…

Merge pull request #1 from bodrovis/dependabot/bundler/rubocop-rspec-… #13

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
- '3.3.0-preview3'
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
- name: Coveralls
uses: coverallsapp/github-action@v2