.gitlab-ci.yml in gitlab-labkit-0.13.2 vs .gitlab-ci.yml in gitlab-labkit-0.13.3
- old
+ new
@@ -12,19 +12,19 @@
script:
- gem install bundler
- 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
test:2.5:
image: ruby:2.5
- <<: *test_definition
-
-test:2.4:
- image: ruby:2.4
<<: *test_definition
deploy:
stage: deploy
script: