Skip to content

Bump ruby/setup-ruby from 1.207.0 to 1.213.0 #215

Bump ruby/setup-ruby from 1.207.0 to 1.213.0

Bump ruby/setup-ruby from 1.207.0 to 1.213.0 #215

Workflow file for this run

name: Build + Test
on: [pull_request, push]
permissions:
contents: read
jobs:
build:
name: Build + Test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 #v1.190.0 tag
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Build and test with Rake
run: |
bundle exec rubocop
bundle exec rspec spec