瀏覽代碼

Drop support for Ruby 2.4 from CircleCI (#12834)

* Update config.yml

* Update Gemfile

* Update README.md

* Update Gemfile

* Update Gemfile

* Update Gemfile

* Update README.md

* Update README.md
master^2
Shlee 4 年之前
committed by Eugen Rochko
父節點
當前提交
827e590d8e
共有 1 個文件被更改,包括 0 次插入26 次删除
  1. +0
    -26
      .circleci/config.yml

+ 0
- 26
.circleci/config.yml 查看文件

@@ -116,13 +116,6 @@ jobs:
environment: *ruby_environment environment: *ruby_environment
<<: *install_ruby_dependencies <<: *install_ruby_dependencies


install-ruby2.4:
<<: *defaults
docker:
- image: circleci/ruby:2.4-buster-node
environment: *ruby_environment
<<: *install_ruby_dependencies

build: build:
<<: *defaults <<: *defaults
steps: steps:
@@ -187,17 +180,6 @@ jobs:
- image: circleci/redis:5-alpine - image: circleci/redis:5-alpine
<<: *test_steps <<: *test_steps


test-ruby2.4:
<<: *defaults
docker:
- image: circleci/ruby:2.4-buster-node
environment: *ruby_environment
- image: circleci/postgres:10.6-alpine
environment:
POSTGRES_USER: root
- image: circleci/redis:5-alpine
<<: *test_steps

test-webui: test-webui:
<<: *defaults <<: *defaults
docker: docker:
@@ -232,10 +214,6 @@ workflows:
requires: requires:
- install - install
- install-ruby2.7 - install-ruby2.7
- install-ruby2.4:
requires:
- install
- install-ruby2.7
- build: - build:
requires: requires:
- install-ruby2.7 - install-ruby2.7
@@ -254,10 +232,6 @@ workflows:
requires: requires:
- install-ruby2.5 - install-ruby2.5
- build - build
- test-ruby2.4:
requires:
- install-ruby2.4
- build
- test-webui: - test-webui:
requires: requires:
- install - install


Loading…
取消
儲存