Skip to content

Commit

Permalink
Drop support for Ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iusztin committed Sep 7, 2020
1 parent f191786 commit f770b81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Expand Up @@ -32,10 +32,6 @@ jobs:
- store_artifacts:
path: /tmp/test-results
destination: test-results
ruby-23:
<<: *build
docker:
- image: circleci/ruby:2.3
ruby-24:
<<: *build
docker:
Expand All @@ -56,7 +52,6 @@ workflows:
version: 2
ruby-multi-build:
jobs:
- ruby-23
- ruby-24
- ruby-25
- ruby-26
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
- [API Documentation](https://api.scnnr.cubki.jp/v1/docs)

## Supported Ruby versions
- Ruby 2.3+
- Ruby 2.4+

## Installation

Expand Down

0 comments on commit f770b81

Please sign in to comment.