Skip to content

Commit cd1b07c

Browse files
authored
Fix rubocop issues with ruby head (#248)
* Fix rubocop issues with ruby head * Updated ruby.yml
1 parent 1827d32 commit cd1b07c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
ruby_version: [head, 2.7, 2.6.4, 2.5.6, 2.4.7]
24+
ruby_version: [2.7, 2.6.4, 2.5.6, 2.4.7]
2525
os: [ubuntu, macos]
26-
26+
2727
steps:
2828
- uses: actions/checkout@v2
2929
- name: Set up Ruby

0 commit comments

Comments
 (0)