Loading .gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -20,16 +20,11 @@ workflow: test:3.0: image: ruby:3.0 <<: *test_definition allow_failure: true # until we resolve grpc compatibility, see https://gitlab.com/gitlab-org/labkit-ruby/-/merge_requests/81 test:2.7: image: ruby:2.7 <<: *test_definition test:2.6: image: ruby:2.6 <<: *test_definition static-analysis: before_script: - bundle install Loading Loading
.gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -20,16 +20,11 @@ workflow: test:3.0: image: ruby:3.0 <<: *test_definition allow_failure: true # until we resolve grpc compatibility, see https://gitlab.com/gitlab-org/labkit-ruby/-/merge_requests/81 test:2.7: image: ruby:2.7 <<: *test_definition test:2.6: image: ruby:2.6 <<: *test_definition static-analysis: before_script: - bundle install Loading