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

Upgrade ruby to 3.3 #233

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
removed the ruby 2.7 and 3.0 pipeline
Signed-off-by: nikhil2611 <nikhilgupta2102@gmail.com>
nikhil2611 committed Jul 10, 2024
commit e4ee19d4935c5c233e36f50022b3fd33da272b8b
32 changes: 0 additions & 32 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
@@ -11,22 +11,6 @@ expeditor:

steps:

- label: run-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rspec
expeditor:
executor:
docker:
image: ruby:2.7

- label: run-specs-ruby-3.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we still need Ruby 3.0 and Ruby 3.1 tests passing until Chef 17 and 18 (respectively) are EOL.

command:
- .expeditor/run_linux_tests.sh rspec
expeditor:
executor:
docker:
image: ruby:3.0

- label: run-specs-ruby-3.3
command:
- .expeditor/run_linux_tests.sh rspec
@@ -54,14 +38,6 @@ steps:
shell: ["powershell", "-Command"]
image: rubydistros/windows-2019:3.0

- label: cookstyle-generator-cb-tests-ruby-2.7
command:
- .expeditor/run_linux_tests.sh "rake style:cookstyle"
expeditor:
executor:
docker:
image: ruby:2.7

- label: cookstyle-generator-cb-tests-ruby-3.3
command:
- .expeditor/run_linux_tests.sh "rake style:cookstyle"
@@ -70,14 +46,6 @@ steps:
docker:
image: ruby:3.3

- label: chefstyle-tests-ruby-2.7
command:
- .expeditor/run_linux_tests.sh "rake style:chefstyle"
expeditor:
executor:
docker:
image: ruby:2.7

- label: chefstyle-tests-ruby-3.3
command:
- .expeditor/run_linux_tests.sh "rake style:chefstyle"