Skip to content

Bump sorbet from 0.5.10900 to 0.5.10908 (#237) #529

Bump sorbet from 0.5.10900 to 0.5.10908 (#237)

Bump sorbet from 0.5.10900 to 0.5.10908 (#237) #529

Workflow file for this run

---
name: Ruby
'on': push
jobs:
Ruby-CI:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle install
- name: Run tests
run: bundle exec rake
- name: Upload to Codecov
uses: codecov/codecov-action@v3
with:
file: coverage/coverage.xml