mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
60f6147e4e
commit
35a95cb181
1 changed files with 10 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue