Skip to content

Commit

Permalink
Drop EoL Ruby 2.4/2.5/2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Apr 26, 2023
1 parent 0b67bed commit 66c67f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: "2.4"
- ruby: "2.5"
- ruby: "2.6"
- ruby: "2.7"
- ruby: "3.0"
- ruby: "3.1"
Expand Down
2 changes: 2 additions & 0 deletions puppet_metadata.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Gem::Specification.new do |s|
s.description = 'A package that provides abstractions for the Puppet Metadata'
s.licenses = 'Apache-2.0'

s.required_ruby_version = Gem::Requirement.new('>= 2.7')

s.executables << 'metadata2gha'
s.files = Dir['lib/**/*.rb']
s.extra_rdoc_files = ['README.md']
Expand Down

0 comments on commit 66c67f8

Please sign in to comment.