.gitlab-ci.yml in gitlab-labkit-0.34.0 vs .gitlab-ci.yml in gitlab-labkit-0.35.0
- old
+ new
@@ -24,19 +24,18 @@
- vendor/ruby
ruby:
<<: *test_definition
parallel:
matrix:
- - RUBY_VERSION: ["2.7", "3.0", "3.1", "3.2"]
+ - RUBY_VERSION: ["3.0", "3.1", "3.2"]
static-analysis:
before_script:
- bundle install
script:
- rake verify
danger-review:
- image: ruby:3.0
stage: test
except:
- tags
- master
before_script: