summaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2020-01-15 14:45:00 +0800
committerEugen Rochko <eugen@zeonfederated.com>2020-01-15 07:45:00 +0100
commit827e590d8ecf3b736e7a0ee16c7962e1e1cb78bb (patch)
tree8783ebe95d98ef6ecfc1c4f3126f2f47cbcae38b /.circleci
parenta31139c9f15727e28961f4256ea7f24999d9cd38 (diff)
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
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6a948d8c1ea..5b61b745369 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -116,13 +116,6 @@ jobs:
environment: *ruby_environment
<<: *install_ruby_dependencies
- install-ruby2.4:
- <<: *defaults
- docker:
- - image: circleci/ruby:2.4-buster-node
- environment: *ruby_environment
- <<: *install_ruby_dependencies
-
build:
<<: *defaults
steps:
@@ -187,17 +180,6 @@ jobs:
- image: circleci/redis:5-alpine
<<: *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:
<<: *defaults
docker:
@@ -232,10 +214,6 @@ workflows:
requires:
- install
- install-ruby2.7
- - install-ruby2.4:
- requires:
- - install
- - install-ruby2.7
- build:
requires:
- install-ruby2.7
@@ -254,10 +232,6 @@ workflows:
requires:
- install-ruby2.5
- build
- - test-ruby2.4:
- requires:
- - install-ruby2.4
- - build
- test-webui:
requires:
- install