summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-07 14:29:20 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-07 14:29:20 -0700
commit23d31e803bb113bae3619505e2c71ab17777c4f1 (patch)
tree8110c104cbc62b1a02a5f61515d0be3835d6598e
parent70179660c768622ba8062b916308ba63320b2bf3 (diff)
downloadmixlib-log-23d31e803bb113bae3619505e2c71ab17777c4f1.tar.gz
Add Ruby 3.0 testing
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 855a197..88a780a 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -29,6 +29,7 @@ steps:
executor:
docker:
image: ruby:2.6-buster
+
- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake
@@ -37,6 +38,14 @@ steps:
docker:
image: ruby:2.7-buster
+- label: run-lint-and-specs-ruby-3.0
+ command:
+ - .expeditor/run_linux_tests.sh rake
+ expeditor:
+ executor:
+ docker:
+ image: ruby:3.0-buster
+
- label: run-specs-windows
command:
- bundle install --jobs=7 --retry=3 --without docs debug