Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ 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: Loading @@ -35,7 +35,6 @@ static-analysis: - rake verify danger-review: image: ruby:3.0 stage: test except: - tags Loading .ruby-version +1 −1 Original line number Diff line number Diff line 2.7.7 3.1.4 .tool-versions +1 −1 Original line number Diff line number Diff line ruby 2.7.7 ruby 3.1.4 3.2.2 Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ 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: Loading @@ -35,7 +35,6 @@ static-analysis: - rake verify danger-review: image: ruby:3.0 stage: test except: - tags Loading