Skip to content

Commit

Permalink
Merge pull request #413 from ruby-ldap/release-0.18.0
Browse files Browse the repository at this point in the history
Prepare release v0.18.0
  • Loading branch information
HarlemSquirrel committed Apr 4, 2023
2 parents 08a8962 + cbb2dfc commit 7b3af68
Show file tree
Hide file tree
Showing 8 changed files with 497 additions and 217 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 7b3af68

Please sign in to comment.