diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index fc24950..c73393f 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -11,30 +11,6 @@ expeditor: steps: -- label: run-lint-and-specs-ruby-2.5 - command: - - .expeditor/run_linux_tests.sh rake - expeditor: - executor: - docker: - image: ruby:2.5 - -- label: run-lint-and-specs-ruby-2.6 - command: - - .expeditor/run_linux_tests.sh rake - expeditor: - executor: - docker: - image: ruby:2.6 - -- label: run-lint-and-specs-ruby-2.7 - command: - - .expeditor/run_linux_tests.sh rake - expeditor: - executor: - docker: - image: ruby:2.7 - - label: run-lint-and-specs-ruby-3.0 command: - .expeditor/run_linux_tests.sh rake