mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Drop testing on EOL ruby 2.7, and run linter on Ruby 3.1 (#76)
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
8323ecd5c5
commit
e998658b7b
1 changed files with 2 additions and 11 deletions
|
@ -9,23 +9,14 @@ expeditor:
|
|||
|
||||
steps:
|
||||
|
||||
- label: lint-ruby-3.0
|
||||
- label: lint-ruby-3.1
|
||||
command:
|
||||
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.0
|
||||
|
||||
- label: run-tests-ruby-2.7
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.7
|
||||
image: ruby:3.1
|
||||
|
||||
- label: run-tests-ruby-3.0
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue