Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jwedoff committed Oct 23, 2024
2 parents 93f6d72 + 7f060e1 commit 1095f26
Show file tree
Hide file tree
Showing 16 changed files with 583 additions and 245 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
strategy:
matrix:
ruby:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "jruby-9.2"
- "truffleruby-21.0.0"
- "3.1"
- "3.2"
- "jruby-9.3"
- "jruby-9.4"
- "truffleruby-22"
steps:
- uses: actions/checkout@v2
- name: Run tests with Ruby ${{ matrix.ruby }}
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Lint/AssignmentInCondition:
Style/ParallelAssignment:
Enabled: false

Style/TrailingCommaInLiteral:
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
Expand Down
Loading

0 comments on commit 1095f26

Please sign in to comment.