From 14757e85f67441a81e929a4848a49eb2231e9cc6 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 16 Jul 2020 11:58:13 -0700 Subject: remove ruby 2.2+2.3 train has a floor on 2.4 now so that is the oldest we need to support Signed-off-by: Lamont Granquist --- .expeditor/verify.pipeline.yml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to '.expeditor') diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 57afa06..b1217e5 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -6,24 +6,6 @@ expeditor: steps: -- label: run-lint-and-specs-ruby-2.2 - command: - - export USER="root" - - .expeditor/run_linux_tests.sh rake - expeditor: - executor: - docker: - image: ruby:2.2-jessie - -- label: run-lint-and-specs-ruby-2.3 - command: - - export USER="root" - - .expeditor/run_linux_tests.sh rake - expeditor: - executor: - docker: - image: ruby:2.3-stretch - - label: run-lint-and-specs-ruby-2.4 command: - export USER="root" -- cgit v1.2.1