Skip to content

Commit ea287ad

Browse files
committed
Upgrade Ruby in the github actions
1 parent 1752a01 commit ea287ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Ruby 2.6
1212
uses: actions/setup-ruby@v1
1313
with:
14-
ruby-version: 2.6.x
14+
ruby-version: 2.7.x
1515
- name: Install required package
1616
run: |
1717
sudo apt-get update

0 commit comments

Comments
 (0)