Skip to content

Pin Ruby to 3.2.2 and raise minimum required version to 3.1 #71

Pin Ruby to 3.2.2 and raise minimum required version to 3.1

Pin Ruby to 3.2.2 and raise minimum required version to 3.1 #71

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.1
- name: Run the default task
run: |
gem install bundler -v 2.2.15
bundle install
bundle exec rake