mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Remove Windows 3.0 testing. Chef 18 was never released for Ruby 3.0, only 3.1 (#6330)
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com> Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
057f187b79
commit
1ae835af73
1 changed files with 1 additions and 13 deletions
|
@ -57,18 +57,6 @@ steps:
|
|||
docker:
|
||||
image: ruby:3.1
|
||||
|
||||
- label: run-tests-ruby-3.0-windows
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.ps1
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
environment:
|
||||
- BUILDKITE
|
||||
host_os: windows
|
||||
shell: ["powershell", "-Command"]
|
||||
image: rubydistros/windows-2019:3.0
|
||||
|
||||
- label: run-tests-ruby-3.1-windows
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.ps1
|
||||
|
@ -79,4 +67,4 @@ steps:
|
|||
- BUILDKITE
|
||||
host_os: windows
|
||||
shell: ["powershell", "-Command"]
|
||||
image: rubydistros/windows-2019:3.1
|
||||
image: rubydistros/windows-2019:3.1
|
||||
|
|
Loading…
Reference in a new issue