Skip to content

build(deps): bump minitest from 5.26.2 to 5.27.0 #131

build(deps): bump minitest from 5.26.2 to 5.27.0

build(deps): bump minitest from 5.26.2 to 5.27.0 #131

Workflow file for this run

# SPDX-FileCopyrightText: 2025 David Rabkin
# SPDX-License-Identifier: 0BSD
---
name: rake
'on': [pull_request, push]
jobs:
rake:
strategy:
fail-fast: false
matrix:
os:
- macos-14
- macos-15
- macos-15-intel
- ubuntu-22.04
- ubuntu-24.04
- windows-2022
- windows-2025
ruby:
- 3.2
- 3.3
- 3.4
name: Rake on ${{ matrix.os }} / Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake