mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Get on official ruby 2.7.0
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
f4815204d9
commit
3139392f1f
1 changed files with 2 additions and 2 deletions
|
@ -41,13 +41,13 @@ steps:
|
|||
docker:
|
||||
image: ruby:2.6-stretch
|
||||
|
||||
- label: run-tests-ruby-2.7-preview
|
||||
- label: run-tests-ruby-2.7
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.sh || true
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.7-rc-buster
|
||||
image: ruby:2.7
|
||||
|
||||
- label: isolated-tests-ruby-2.6
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue