Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test on Ruby 2.7 + other minor testing updates #477

Merged
merged 1 commit into from
Dec 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

steps:

- label: run-cookstyle-and-specs-ruby-2.4
Expand All @@ -24,13 +26,13 @@ steps:
docker:
image: ruby:2.6-buster

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

- label: run-cookstyle-and-specs-windows
command:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: If you have a question 💬, please check out our Slack!

We use GitHub issues to track bugs and feature requests. If you need help please post to our Mailing List or join the Chef Community Slack.

* Chef Community Slack at http://community-slack.chef.io/.
* Chef Mailing List https://discourse.chef.io/
* Chef Community Slack at <http://community-slack.chef.io/.>
* Chef Mailing List <https://discourse.chef.io/>

Support issues opened here will be closed and redirected to Slack or Discourse.
1 change: 0 additions & 1 deletion .github/lock.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tasks/cops_documentation.rake
Original file line number Diff line number Diff line change
Expand Up @@ -275,5 +275,5 @@ begin
abort unless ok
end
rescue LoadError
puts "\n*** yard or chefstyle not available. bundle install to install yard and other dependencies\n\n"
puts "\n*** yard or cookstyle not available. bundle install to install yard and other dependencies\n\n"
end