Skip to content

Commit d402335

Browse files
committed
ci: Update GitHub workflows
1 parent 03d2521 commit d402335

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
ruby: ['3.0', '3.1', '3.2']
17+
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
1818

1919
steps:
2020
- name: Checkout repository

.rubocop.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
inherit_from:
33
- https://relaxed.ruby.style/rubocop.yml
44

5-
require:
5+
plugins:
66
- rubocop-packaging
77
- rubocop-performance
88
- rubocop-rspec
@@ -26,9 +26,6 @@ Lint/UnusedMethodArgument:
2626
RSpec/ExampleLength:
2727
Max: 20
2828

29-
RSpec/Rails/InferredSpecType:
30-
Enabled: false
31-
3229
Style/ExplicitBlockArgument:
3330
Enabled: false
3431

0 commit comments

Comments
 (0)