Skip to content

Bump ruby/setup-ruby from 1.302.0 to 1.306.0 #487

Bump ruby/setup-ruby from 1.302.0 to 1.306.0

Bump ruby/setup-ruby from 1.302.0 to 1.306.0 #487

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.7', '3.0', '3.1', '3.2', '3.4', '4.0' ]
steps:
- uses: actions/checkout@v6
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f #v1.269.0 tag
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Build and test with Rake
run: |
bundle exec rubocop
bundle exec rspec spec