Commit ad1d7c06 authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬
Browse files

Merge branch 'mk-ruby3-nofail' into 'master'

Don't allow Ruby 3 build to fail

See merge request !93
parents 74b69980 ac079093
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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