Skip to content

release: 2.0.0

release: 2.0.0 #20

name: branch-protection
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- ubuntu-24.04-arm
ruby:
- 3.2.8
- 3.3.8
- 3.4.4
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26
with:
ruby-version: ${{ matrix.ruby }}
- run: gem install bundler --no-document
- run: bundle
- run: rake