Skip to content

Commit

Permalink
bump minimal ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillshevch authored Aug 3, 2022
1 parent 2b8a9dd commit d263ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.6
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.7.x
- name: Build and test with Rake
run: |
gem install bundler
Expand Down

0 comments on commit d263ed6

Please sign in to comment.