Skip to content

Commit

Permalink
Drop EOL ruby from CI config, bump gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jun 16, 2024
1 parent eba7f34 commit 02938cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ruby-version: [2.7, '3.0', 3.1, 3.2]
ruby-version:
- '3.0'
- '3.1'
- '3.2'
- '3.3'

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

Expand Down
2 changes: 1 addition & 1 deletion standard-custom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.summary = "Plugin containing implementations of custom cops that are bundled as defaults in Standard Ruby"
spec.homepage = "https://github.com/standardrb/standard-custom"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.0"
spec.required_ruby_version = ">= 3.0.0"

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

0 comments on commit 02938cd

Please sign in to comment.