Skip to content

Bump ruby/setup-ruby from 1.238.0 to 1.254.0 #31

Bump ruby/setup-ruby from 1.238.0 to 1.254.0

Bump ruby/setup-ruby from 1.238.0 to 1.254.0 #31

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '**'
push:
branches:
- main
jobs:
build:
name: Ruby ${{ matrix.version }}
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '2.7', '3.0', '3.1', '3.2', '3.3' ]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby ${{ matrix.version }}
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
with:
ruby-version: ${{ matrix.version }}
bundler-cache: true
- name: Test
run: bundle exec rake test