Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: ["3.1", "3.2", "3.3", "3.4"]
ruby_version: ["3.3", "3.4"]
Comment thread
issyl0 marked this conversation as resolved.
Outdated

steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion rubocop-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.files = Dir["README.md", "STYLEGUIDE.md", "LICENSE", "config/*.yml", "lib/**/*.rb", "guides/*.md"]

s.required_ruby_version = ">= 3.1.0"
s.required_ruby_version = ">= 3.3.0"
Comment thread
issyl0 marked this conversation as resolved.

s.add_dependency "rubocop", ">= 1.76"
s.add_dependency "rubocop-performance", ">= 1.24"
Expand Down
Loading