Skip to content

Commit

Permalink
ci: drop support for 2.7 tests on verify pipeline (#331)
Browse files Browse the repository at this point in the history
* ci: drop support for 2.7 tests on verify pipeline

Signed-off-by: Sonu Saha <[email protected]>

* gem: update required ruby version in gemspec

Signed-off-by: Sonu Saha <[email protected]>

---------

Signed-off-by: Sonu Saha <[email protected]>
  • Loading branch information
ahasunos authored Sep 20, 2024
1 parent 26717a9 commit 72c6972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ expeditor:

steps:

- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake spec pedant style
expeditor:
executor:
docker:
image: ruby:2.7

- label: run-lint-and-specs-ruby-3.0
command:
- .expeditor/run_linux_tests.sh rake spec pedant style
Expand Down Expand Up @@ -56,4 +48,4 @@ steps:
environment:
- FORCE_FFI_YAJL=ext
- EXPIRE_CACHE=true
- CHEF_LICENSE=accept-no-persist
- CHEF_LICENSE=accept-no-persist
2 changes: 1 addition & 1 deletion chef-zero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/chef/chef-zero"
s.license = "Apache-2.0"

s.required_ruby_version = ">= 2.7"
s.required_ruby_version = ">= 3.0"

s.add_dependency "activesupport","~> 6.1" #pin until we support ruby 2.6
s.add_dependency "mixlib-log", ">= 2.0", "< 4.0"
Expand Down

0 comments on commit 72c6972

Please sign in to comment.