mirror of
https://github.com/inspec/inspec
synced 2024-11-24 13:43:09 +00:00
Merge pull request #4816 from inspec/zenspider/bk/2.7
Get on official ruby 2.7.0
This commit is contained in:
commit
c505f3ba13
1 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@ steps:
|
|||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.6-stretch
|
||||
image: ruby:2.6
|
||||
|
||||
- label: run-tests-ruby-2.4
|
||||
command:
|
||||
|
@ -23,7 +23,7 @@ steps:
|
|||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.4-stretch
|
||||
image: ruby:2.4
|
||||
|
||||
- label: run-tests-ruby-2.5
|
||||
command:
|
||||
|
@ -31,7 +31,7 @@ steps:
|
|||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.5-stretch
|
||||
image: ruby:2.5
|
||||
|
||||
- label: run-tests-ruby-2.6
|
||||
command:
|
||||
|
@ -39,15 +39,15 @@ steps:
|
|||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.6-stretch
|
||||
image: ruby:2.6
|
||||
|
||||
- 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:
|
||||
|
@ -55,7 +55,7 @@ steps:
|
|||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.6-stretch
|
||||
image: ruby:2.6
|
||||
|
||||
- label: run-tests-ruby-2.6-windows
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue