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

Merge branch 'jv-test-ruby-2.7' into 'master'

Add Ruby 2.7 to CI matrix

See merge request gitlab-org/labkit-ruby!44
parents 3124c352 8837430c
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@ workflow:
    - bundle install
    - bundle exec rake verify build install

test:2.7:
  image: ruby:2.7
  <<: *test_definition

test:2.6:
  image: ruby:2.6
  <<: *test_definition
@@ -22,10 +26,6 @@ test:2.5:
  image: ruby:2.5
  <<: *test_definition

test:2.4:
  image: ruby:2.4
  <<: *test_definition

deploy:
  stage: deploy
  script: