Skip to content

Bump ruby/setup-ruby from 1.267.0 to 1.275.0 #114

Bump ruby/setup-ruby from 1.267.0 to 1.275.0

Bump ruby/setup-ruby from 1.267.0 to 1.275.0 #114

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@v5
- uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.0
with:
ruby-version: ${{ matrix.ruby }}
- name: script/cibuild
run: script/cibuild