Skip to content

Commit

Permalink
Update minimum ruby version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Nov 6, 2024
1 parent 954f20a commit 6054e66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ on:

jobs:
test:

strategy:
matrix:
os: [ubuntu-latest]
ruby-version: [2.6, 2.7, '3.0', 3.1, 3.2]
ruby-version:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .standard.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# For available configuration options, see:
# https://github.com/standardrb/standard
ruby_version: 2.6
ruby_version: 2.7
2 changes: 1 addition & 1 deletion lint_roller.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.summary = "A plugin specification for linter and formatter rulesets"
spec.homepage = "https://github.com/standardrb/lint_roller"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"
spec.required_ruby_version = ">= 2.7.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
Expand Down

0 comments on commit 6054e66

Please sign in to comment.