Skip to content

Commit

Permalink
Fix rubocop issues with ruby head (#248)
Browse files Browse the repository at this point in the history
* Fix rubocop issues with ruby head

* Updated ruby.yml
  • Loading branch information
tushdante authored Jul 5, 2021
1 parent 1827d32 commit cd1b07c
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 @@ -21,9 +21,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: [head, 2.7, 2.6.4, 2.5.6, 2.4.7]
ruby_version: [2.7, 2.6.4, 2.5.6, 2.4.7]
os: [ubuntu, macos]

steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit cd1b07c

Please sign in to comment.