Skip to content

Commit

Permalink
Test Ruby 3.0/3.1
Browse files Browse the repository at this point in the history
Signed-off-by: poornima <[email protected]>
  • Loading branch information
poorndm committed Feb 28, 2022
1 parent 42d4849 commit e6be297
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,47 @@ steps:
expeditor:
executor:
docker:
image: ruby:2.4-buster
image: ruby:2.4

- label: run-lint-and-specs-ruby-2.5
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:2.5-buster
image: ruby:2.5

- label: run-lint-and-specs-ruby-2.6
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:2.6-buster
image: ruby:2.6

- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:2.7-buster
image: ruby:2.7

- label: run-lint-and-specs-ruby-3.0
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:3.0-buster
image: ruby:3.0

- label: run-lint-and-specs-ruby-3.1
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:3.1

- label: run-specs-windows
command:
Expand Down
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Order is important. The last matching pattern has the most precedence.

* @chef/chef-foundation-owners @chef/chef-foundation-approvers @chef/chef-foundation-reviewers
.expeditor/ @chef/jex-team
* @chef/chef-infra-reviewers @chef/chef-infra-approvers @chef/chef-infra-owners
.expeditor/ @chef/infra-packages
*.md @chef/docs-team

0 comments on commit e6be297

Please sign in to comment.