summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjayashri garud <jgarud@msystechnologies.com>2022-02-24 12:25:14 +0530
committerjayashri garud <jgarud@msystechnologies.com>2022-02-24 12:25:14 +0530
commitb7204daad805f9133973ba47aeaa74d7c31b6524 (patch)
treee563da18900119875175624abff751e5f71b9fe7
parent8f89784d155a2f9676b349afe8bafe12e0480165 (diff)
downloadchef-zero-b7204daad805f9133973ba47aeaa74d7c31b6524.tar.gz
add ruby 3.0 and 3.1 tests in verify pipeline
Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
-rw-r--r--.expeditor/verify.pipeline.yml22
1 files changed, 20 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 4948358..934e60b 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -13,7 +13,7 @@ steps:
expeditor:
executor:
docker:
- image: ruby:2.6-buster
+ image: ruby:2.6
- label: run-lint-and-specs-ruby-2.7
command:
@@ -22,7 +22,25 @@ steps:
expeditor:
executor:
docker:
- image: ruby:2.7-buster
+ image: ruby:2.7
+
+- label: run-lint-and-specs-ruby-3.0
+ command:
+ - apt-get update
+ - .expeditor/run_linux_tests.sh rake spec pedant style
+ expeditor:
+ executor:
+ docker:
+ image: ruby:3.0
+
+- label: run-lint-and-specs-ruby-3.1
+ command:
+ - apt-get update
+ - .expeditor/run_linux_tests.sh rake spec pedant style
+ expeditor:
+ executor:
+ docker:
+ image: ruby:3.1
- label: run-specs-windows
command: