Skip to content

Commit

Permalink
Drop Ruby 2.5/2.6 support
Browse files Browse the repository at this point in the history
Both ruby version are EoL.

We've another breaking change that I need to release,
voxpupuli#515. 2.7 is EoL as well,
but still widely used in the Puppet Ecosystem, so I think switching to
2.7 for now is fine.
  • Loading branch information
bastelfreak committed Jul 12, 2024
1 parent 0d43067 commit ff1f332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
- ruby: truffleruby
- ruby: truffleruby+graalvm
- ruby: jruby
- ruby: "2.5"
rake_task: "rubocop test"
- ruby: "2.6"
- ruby: "2.7"
rake_task: "rubocop test"
- ruby: "3.0"
- ruby: "3.1"
coverage: "yes"
Expand Down
2 changes: 1 addition & 1 deletion json-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = Dir['lib/**/*', 'resources/*.json']
s.require_path = 'lib'
s.extra_rdoc_files = ['README.md', 'LICENSE.md']
s.required_ruby_version = '>= 2.5'
s.required_ruby_version = '>= 2.7'
s.license = 'MIT'
s.required_rubygems_version = '>= 2.5'

Expand Down

0 comments on commit ff1f332

Please sign in to comment.