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

Merge branch 'use-ruby-2.7-by-default-on-ci' into 'master'

Use ruby:2.7 image by default on CI/CD

Closes #27

See merge request gitlab-org/labkit-ruby!71
parents 7978518c d239540c
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
default:
  image: ruby:2.7

workflow:
  rules:
    # For merge requests, create a pipeline.
@@ -23,7 +26,6 @@ test:2.6:
  <<: *test_definition

static-analysis:
  image: ruby:2.7
  before_script:
    - bundle install
  script: