Skip to content

Commit

Permalink
Merge pull request #66 from chef/poorndm/IPACK-103-Test-Ruby3.0/3.1
Browse files Browse the repository at this point in the history
Remove  Ruby 2.4 support  and Test Ruby 3.0/3.1
  • Loading branch information
PrajaktaPurohit authored Mar 29, 2022
2 parents 42d4849 + b34af32 commit 14ca0c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,45 @@ expeditor:

steps:

- label: run-lint-and-specs-ruby-2.4
- label: run-lint-and-specs-ruby-2.5
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:2.4-buster
image: ruby:2.5

- label: run-lint-and-specs-ruby-2.5
- label: run-lint-and-specs-ruby-2.6
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:2.5-buster
image: ruby:2.6

- label: run-lint-and-specs-ruby-2.6
- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:2.6-buster
image: ruby:2.7

- label: run-lint-and-specs-ruby-2.7
- label: run-lint-and-specs-ruby-3.0
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:2.7-buster
image: ruby:3.0

- label: run-lint-and-specs-ruby-3.0
- label: run-lint-and-specs-ruby-3.1
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:3.0-buster
image: ruby:3.1

- label: run-specs-windows
command:
Expand Down
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Order is important. The last matching pattern has the most precedence.

* @chef/chef-foundation-owners @chef/chef-foundation-approvers @chef/chef-foundation-reviewers
.expeditor/ @chef/jex-team
* @chef/chef-infra-reviewers @chef/chef-infra-approvers @chef/chef-infra-owners
.expeditor/ @chef/infra-packages
*.md @chef/docs-team
2 changes: 1 addition & 1 deletion mixlib-log.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Gem::Specification.new do |gem|
gem.authors = ["Chef Software, Inc."]
gem.files = %w{LICENSE} + Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
gem.require_paths = ["lib"]
gem.required_ruby_version = ">= 2.3"
gem.required_ruby_version = ">= 2.5"
end

0 comments on commit 14ca0c2

Please sign in to comment.