Skip to content

Merge pull request #51 from github/dependabot/bundler/commonmarker-gt… #67

Merge pull request #51 from github/dependabot/bundler/commonmarker-gt…

Merge pull request #51 from github/dependabot/bundler/commonmarker-gt… #67

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