Commit d239540c authored by Takuya Noguchi's avatar Takuya Noguchi 💖
Browse files

Use ruby:2.7 image by default on CI/CD

parent 21f2f7d6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
default:
  image: ruby:2.7

workflow:
  rules:
    # For merge requests, create a pipeline.
@@ -23,7 +26,6 @@ test:2.6:
  <<: *test_definition

static-analysis:
  image: ruby:2.7
  before_script:
    - bundle install
  script: