Commit 8837430c authored by Jacob Vosmaer's avatar Jacob Vosmaer 👋 Committed by Bob Van Landuyt
Browse files

Add Ruby 2.7 to CI matrix

parent 3124c352
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: