Skip to content

bump ruby and bundler version #2

bump ruby and bundler version

bump ruby and bundler version #2

Workflow file for this run

name: Ruby CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1.3', 'head']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run bundle install
run: |
bundle