Skip to content

Commit

Permalink
Drop support for Ruby 2.6 and Puppet 5
Browse files Browse the repository at this point in the history
Both Ruby 2.6 and Puppet 5 are EOL.
  • Loading branch information
sagepe committed Feb 22, 2023
1 parent e887ac0 commit 368b416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,14 @@ jobs:
fail-fast: false
matrix:
ruby:
- "2.6"
- "2.7"
- "3.0"
puppet:
- "7"
- "6"
- "5"
exclude:
- puppet: "6"
ruby: "3.0"
- puppet: "5"
ruby: "3.0"
- puppet: "5"
ruby: "2.7"
name: Ruby ${{ matrix.ruby }} + Puppet ${{ matrix.puppet }}
env:
PUPPET_VERSION: "~> ${{ matrix.puppet }}.0"
Expand Down
2 changes: 1 addition & 1 deletion librarian-puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
automatically pulling in modules from the forge and git repositories with
a single command.'

s.required_ruby_version = '>= 2.6.0', '< 4'
s.required_ruby_version = '>= 2.7.0', '< 4'

s.files = [
'.gitignore',
Expand Down

0 comments on commit 368b416

Please sign in to comment.