Skip to content

Commit 18dd0f7

Browse files
committed
Use Ruby 2.7 with GitHub Actions
1 parent e8976da commit 18dd0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Ruby
1010
uses: ruby/setup-ruby@v1
1111
with:
12-
ruby-version: '2.6'
12+
ruby-version: '2.7'
1313
- name: Install gems
1414
run: gem install rubocop
1515
- name: Lint

0 commit comments

Comments
 (0)