Skip to content

Bump sorbet-runtime from 0.5.11504 to 0.5.11553 (#321) #753

Bump sorbet-runtime from 0.5.11504 to 0.5.11553 (#321)

Bump sorbet-runtime from 0.5.11504 to 0.5.11553 (#321) #753

Workflow file for this run

---
name: Ruby
'on':
push:
branches:
- main
pull_request:
jobs:
Ruby-CI:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3', '3.4']
steps:
- uses: actions/checkout@v4
- 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@v4
with:
file: coverage/coverage.xml