Skip to content

Commit 6ca4ed8

Browse files
committed
Drop Ruby 2.1 from CI
Support for 2.1 ended in April 2017: https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/
1 parent 54c93ac commit 6ca4ed8

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sudo: false
55
cache: bundler
66

77
rvm:
8-
- 2.1
98
- 2.2
109
- 2.3.7
1110
- 2.4.4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ any Ruby code.
5555

5656
This project aims to support the following Ruby runtimes on both \*nix and Windows:
5757

58-
* MRI 2.x
58+
* MRI 2.2+
5959

6060
### Dependencies
6161

appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ clone_depth: 1
44

55
environment:
66
matrix:
7-
- RUBY_FOLDER_VERSION: "21"
8-
- RUBY_FOLDER_VERSION: "21-x64"
97
- RUBY_FOLDER_VERSION: "22"
108
- RUBY_FOLDER_VERSION: "22-x64"
119
- RUBY_FOLDER_VERSION: "23"

0 commit comments

Comments
 (0)