Skip to content

Bump ruby/setup-ruby from 1.221.0 to 1.222.0 #58

Bump ruby/setup-ruby from 1.221.0 to 1.222.0

Bump ruby/setup-ruby from 1.221.0 to 1.222.0 #58

Workflow file for this run

on: push
name: cibuild
permissions:
contents: read
jobs:
build:
name: Test
strategy:
matrix:
ruby: [2.6, 2.7]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222.0
with:
ruby-version: ${{ matrix.ruby }}
- name: script/cibuild
run: script/cibuild