CFINSPEC-17 Update habitat artifact file to run with ruby 2.7 and 3.0.

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
Vasu1105 2022-02-10 15:43:02 +05:30
parent 60f6147e4e
commit 35a95cb181

View file

@ -15,7 +15,16 @@ steps:
expeditor:
executor:
docker:
image: ruby:2.6
image: ruby:2.7
privileged: true
- label: ":linux: Validate Habitat Builds of Chef InSpec-Ruby3"
commands:
- .expeditor/buildkite/artifact.habitat.test.sh
expeditor:
executor:
docker:
image: ruby:3.0
privileged: true
- label: ":windows: Validate Habitat Builds of Chef InSpec"