Skip to content

Commit

Permalink
Merge pull request #52 from koic/ci_against_ruby3
Browse files Browse the repository at this point in the history
CI against Ruby 3.0
  • Loading branch information
koic committed Aug 28, 2021
2 parents 43de3f1 + e814281 commit 4932f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.5, 2.6, 2.7]
ruby: ['2.5', '2.6', '2.7', '3.0']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

**guard-rubocop** allows you to automatically check Ruby code style with [RuboCop](https://github.com/rubocop/rubocop) when files are modified.

Tested on MRI 2.5 - 2.7.
Tested on MRI 2.5 - 3.0.

## Installation

Expand Down

0 comments on commit 4932f24

Please sign in to comment.