Skip to content

[padrino-performance] README.md: Fix typos, options, repair markup (#… #23

[padrino-performance] README.md: Fix typos, options, repair markup (#…

[padrino-performance] README.md: Fix typos, options, repair markup (#… #23

Workflow file for this run

name: CI
on: [push]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', 'jruby']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test