Skip to content

feat: update Magnus to 0.8 #31

feat: update Magnus to 0.8

feat: update Magnus to 0.8 #31

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f
with:
ruby-version: ${{ matrix.ruby }}
- run: gem install bundler --no-document
- run: bundle
- run: rake