Skip to content

build(deps): bump rake from 12.3.3 to 13.0.6 #113

build(deps): bump rake from 12.3.3 to 13.0.6

build(deps): bump rake from 12.3.3 to 13.0.6 #113

Workflow file for this run

name: Testing
on: push
jobs:
testing:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: bundle exec rake test