Recommend Ruby 2.3, keep Ruby 2.1 as supported
This commit is contained in:
parent
f91734028c
commit
3ff1c3748a
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
2.2
|
2.3
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.2
|
- 2.3.1
|
||||||
- 2.1
|
- 2.1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ If you set the DB environment variable anywhere, that's no longer necessary.
|
||||||
|
|
||||||
## Supported Ruby versions
|
## Supported Ruby versions
|
||||||
|
|
||||||
This release recommends using Ruby 2.2, while retaining Ruby 2.1 as an officially supported version.
|
This release recommends using Ruby 2.3, while retaining Ruby 2.1 as an officially supported version.
|
||||||
Ruby 2.0 is no longer officially supported.
|
Ruby 2.0 is no longer officially supported.
|
||||||
|
|
||||||
## Configuration changes
|
## Configuration changes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue