Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
Bump ruby from 2.6 to 2.7 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyaqa committed Feb 11, 2021
1 parent d826da5 commit e394700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
bundler-cache: true
- name: Lint with rubocop
run: bundle exec rake rubocop
Expand Down

0 comments on commit e394700

Please sign in to comment.