Skip to content

Update to Minitest 5.10+ and Upgrade Supported Ruby Versions #18

Update to Minitest 5.10+ and Upgrade Supported Ruby Versions

Update to Minitest 5.10+ and Upgrade Supported Ruby Versions #18

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test-all:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4.0-preview']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake test:unit test:remote