Skip to content

Commit 7b3af68

Browse files
Merge pull request #413 from ruby-ldap/release-0.18.0
Prepare release v0.18.0
2 parents 08a8962 + cbb2dfc commit 7b3af68

File tree

8 files changed

+497
-217
lines changed

8 files changed

+497
-217
lines changed

Diff for: .github/workflows/test.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ jobs:
1919
strategy:
2020
matrix:
2121
ruby:
22-
- "2.5"
2322
- "2.6"
2423
- "2.7"
2524
- "3.0"
26-
- "jruby-9.2"
27-
- "truffleruby-21.0.0"
25+
- "3.1"
26+
- "3.2"
27+
- "jruby-9.3"
28+
- "jruby-9.4"
29+
- "truffleruby-22"
2830
steps:
2931
- uses: actions/checkout@v2
3032
- name: Run tests with Ruby ${{ matrix.ruby }}

Diff for: .rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Lint/AssignmentInCondition:
1313
Style/ParallelAssignment:
1414
Enabled: false
1515

16-
Style/TrailingCommaInLiteral:
16+
Style/TrailingCommaInArrayLiteral:
1717
EnforcedStyleForMultiline: comma
1818

1919
Style/TrailingCommaInArguments:

0 commit comments

Comments
 (0)