Skip to content

Merge pull request #31 from mackerelio/workflow-sha-pinning #13

Merge pull request #31 from mackerelio/workflow-sha-pinning

Merge pull request #31 from mackerelio/workflow-sha-pinning #13

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['2.7', '3.0', '3.1']
runs-on: ${{ matrix.os }}
steps:
- uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- run: gem install bundler:1.17.3
- run: bundle _1.17.3_ install
- run: VERBOSE=1 bundle exec rake test