Skip to content

Bump minitest from 5.26.2 to 5.27.0 (#81) #40

Bump minitest from 5.26.2 to 5.27.0 (#81)

Bump minitest from 5.26.2 to 5.27.0 (#81) #40

name: continuous-delivery
permissions:
contents: read
on:
push:
branches:
- main
concurrency:
group: continuous-delivery
cancel-in-progress: true
jobs:
build:
name: Run tests
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085
with:
ruby-version: 3.4.4
- run: gem install bundler --no-document
- run: bundle
- run: rake native gem
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: gem build
- uses: actions/upload-artifact@v6
with:
name: gem-${{ matrix.os }}
path: |
*.gem
pkg/*.gem