summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-11-21 10:46:33 -0800
committerTim Smith <tsmith84@gmail.com>2019-11-21 10:46:33 -0800
commitc85258b1b37fb279395eac7031ab8cdaad351bba (patch)
tree380f92484f23756a5aa92b836e9972222f2a6e1d /.expeditor
parent97b3a86e827f7d69b775e4d51a3cc4b9bd4fa7ec (diff)
downloadohai-c85258b1b37fb279395eac7031ab8cdaad351bba.tar.gz
Add Ruby 2.7 testing
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index c5441b8c..2496cf8f 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -40,6 +40,14 @@ steps:
docker:
image: ruby:2.6-buster
+- label: run-specs-ruby-2.7-rc
+ command:
+ - .expeditor/run_linux_tests.sh rspec
+ expeditor:
+ executor:
+ docker:
+ image: ruby:2.7-rc-buster
+
- label: run-specs-windows
command:
- bundle install --jobs=7 --retry=3 --without docs debug