Skip to content

Commit

Permalink
Use ruby/setup-ruby
Browse files Browse the repository at this point in the history
It supports better ruby versions support.
- https://github.com/ruby/setup-ruby

This PR is similar to lostisland/faraday#1187.
  • Loading branch information
tricknotes committed Jan 2, 2021
1 parent a4fd61d commit 9203239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v1

- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.x
ruby-version: 2.7

- name: Rubocop
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v1

- name: Set up Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}

Expand Down

0 comments on commit 9203239

Please sign in to comment.