Skip to content

Update rubocop requirement from ~> 1.48.1 to ~> 1.49.0 #277

Update rubocop requirement from ~> 1.48.1 to ~> 1.49.0

Update rubocop requirement from ~> 1.48.1 to ~> 1.49.0 #277

Workflow file for this run

name: test
on: [push, pull_request]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
min_version: 2.2
engine: cruby-jruby
versions: '["truffleruby"]'
test:
needs: ruby-versions
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
exclude:
- os: windows-latest
ruby: truffleruby
- os: windows-latest
ruby: jruby-head
- os: windows-latest
ruby: jruby
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: ruby/setup-ruby@904f3fef85a9c80a3750cbe7d5159268fd5caa9f # v1.145.0
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: gem install minitest -v "5.15.0"
- name: Run test
run: ruby -Ilib exe/rake