Skip to content

Bump ruby/setup-ruby from 1.215.0 to 1.218.0 #52

Bump ruby/setup-ruby from 1.215.0 to 1.218.0

Bump ruby/setup-ruby from 1.215.0 to 1.218.0 #52

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@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.0
with:
ruby-version: ${{ matrix.ruby }}
- name: script/cibuild
run: script/cibuild