Skip to content

Commit

Permalink
updated the ruby version
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jun 18, 2024
1 parent 7677d05 commit 891fe8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ expeditor:
timeout_in_minutes: 30

steps:
- 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-buster

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

- label: run-lint-and-specs-ruby-3.3
command:
Expand Down
2 changes: 1 addition & 1 deletion kitchen-vcenter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["LICENSE", "lib/**/*"]
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.7"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "net-ping", ">= 2.0.0", "< 3.0"
spec.add_dependency "rbvmomi2", ">= 3.5.0", "< 4.0"
Expand Down

0 comments on commit 891fe8e

Please sign in to comment.