Commit ac079093 authored by Matthias Käppler's avatar Matthias Käppler 3️⃣ Committed by Bob Van Landuyt
Browse files

Don't allow Ruby 3 build to fail

parent 74b69980
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