Skip to content

Bump ruby/setup-ruby from 1.238.0 to 1.288.0 #76

Bump ruby/setup-ruby from 1.238.0 to 1.288.0

Bump ruby/setup-ruby from 1.238.0 to 1.288.0 #76

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: [2.6, 2.7, 3.0, 3.1]
steps:
- name: Check out code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Ruby tests
run: bundle exec rspec