Skip to content

Commit

Permalink
Merge pull request #22 from voxpupuli/ruby
Browse files Browse the repository at this point in the history
Drop EoL Ruby 2.4/2.5/2.6 support
  • Loading branch information
ekohl authored Jan 12, 2024
2 parents 755e8e6 + 687910b commit bd9bc47
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 @@ -11,9 +11,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.0"
steps:
Expand Down
2 changes: 2 additions & 0 deletions beaker-openstack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.required_ruby_version = '>= 2.7', '< 4'

# Testing dependencies
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-its'
Expand Down

0 comments on commit bd9bc47

Please sign in to comment.