Skip to content

Commit

Permalink
Use Ruby 2.7 with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed May 21, 2024
1 parent e8976da commit 18dd0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '2.7'
- name: Install gems
run: gem install rubocop
- name: Lint
Expand Down

0 comments on commit 18dd0f7

Please sign in to comment.