Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 21, 2023
1 parent 061f33b commit 852949d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ruby.yml
Expand Up @@ -37,17 +37,10 @@ jobs:
- uses: actions/checkout@v2

- uses: ruby/setup-ruby@v1
if: matrix.ruby >= '2.6'
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
rubygems: latest

- uses: ruby/setup-ruby@v1
if: matrix.ruby < '2.6' # Skip updating RubyGems on old rubies
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
rubygems: ${{ matrix.ruby < '2.6' && 'default' || 'latest' }}

- name: Ruby specs
run: bundle exec rake test

0 comments on commit 852949d

Please sign in to comment.