mirror of
https://github.com/inspec/inspec
synced 2025-02-16 05:58:39 +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:
|
expeditor:
|
||||||
executor:
|
executor:
|
||||||
docker:
|
docker:
|
||||||
image: ruby:2.6-stretch
|
image: ruby:2.6
|
||||||
|
|
||||||
- label: run-tests-ruby-2.4
|
- label: run-tests-ruby-2.4
|
||||||
command:
|
command:
|
||||||
|
@ -23,7 +23,7 @@ steps:
|
||||||
expeditor:
|
expeditor:
|
||||||
executor:
|
executor:
|
||||||
docker:
|
docker:
|
||||||
image: ruby:2.4-stretch
|
image: ruby:2.4
|
||||||
|
|
||||||
- label: run-tests-ruby-2.5
|
- label: run-tests-ruby-2.5
|
||||||
command:
|
command:
|
||||||
|
@ -31,7 +31,7 @@ steps:
|
||||||
expeditor:
|
expeditor:
|
||||||
executor:
|
executor:
|
||||||
docker:
|
docker:
|
||||||
image: ruby:2.5-stretch
|
image: ruby:2.5
|
||||||
|
|
||||||
- label: run-tests-ruby-2.6
|
- label: run-tests-ruby-2.6
|
||||||
command:
|
command:
|
||||||
|
@ -39,15 +39,15 @@ steps:
|
||||||
expeditor:
|
expeditor:
|
||||||
executor:
|
executor:
|
||||||
docker:
|
docker:
|
||||||
image: ruby:2.6-stretch
|
image: ruby:2.6
|
||||||
|
|
||||||
- label: run-tests-ruby-2.7-preview
|
- label: run-tests-ruby-2.7
|
||||||
command:
|
command:
|
||||||
- /workdir/.expeditor/buildkite/verify.sh || true
|
- /workdir/.expeditor/buildkite/verify.sh || true
|
||||||
expeditor:
|
expeditor:
|
||||||
executor:
|
executor:
|
||||||
docker:
|
docker:
|
||||||
image: ruby:2.7-rc-buster
|
image: ruby:2.7
|
||||||
|
|
||||||
- label: isolated-tests-ruby-2.6
|
- label: isolated-tests-ruby-2.6
|
||||||
command:
|
command:
|
||||||
|
@ -55,7 +55,7 @@ steps:
|
||||||
expeditor:
|
expeditor:
|
||||||
executor:
|
executor:
|
||||||
docker:
|
docker:
|
||||||
image: ruby:2.6-stretch
|
image: ruby:2.6
|
||||||
|
|
||||||
- label: run-tests-ruby-2.6-windows
|
- label: run-tests-ruby-2.6-windows
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Add table
Reference in a new issue