Skip to content

Commit

Permalink
Merge pull request #30 from m-nakamura145/update-ci-matrix
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI matrix & Raise RSpec/ExampleLength to 11 lines.
  • Loading branch information
mikegee committed Dec 31, 2023
2 parents 828d8a3 + ca8ffb7 commit eabf6f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", ruby-head, jruby-9.2, jruby-9.3]
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", ruby-head, jruby-9.2, jruby-9.3]
rubocop_version: ["0.92", "1.20"]
env:
BUNDLE_GEMFILE: "gemfiles/rubocop_${{ matrix.rubocop_version }}.gemfile"
Expand Down
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ Style/StringMethods:

Style/SymbolArray:
Enabled: true

RSpec/ExampleLength:
Max: 11

0 comments on commit eabf6f5

Please sign in to comment.