Skip to content

Prepare to sync for ruby/ruby #21

Prepare to sync for ruby/ruby

Prepare to sync for ruby/ruby #21

Workflow file for this run

name: Ruby
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: CI (${{ matrix.ruby }} / ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
ruby:
- '3.3.0'
os: [ ubuntu-latest, windows-latest ]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake