Skip to content

Update commonmarker requirement from >= 0.23.7, < 2.2.0 to >= 0.23.7,… #64

Update commonmarker requirement from >= 0.23.7, < 2.2.0 to >= 0.23.7,…

Update commonmarker requirement from >= 0.23.7, < 2.2.0 to >= 0.23.7,… #64

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