Recommend Ruby 2.3, keep Ruby 2.1 as supported

This commit is contained in:
Flaburgan 2016-08-05 11:57:03 +02:00
parent f91734028c
commit 3ff1c3748a
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
2.2
2.3

View file

@ -1,7 +1,7 @@
language: ruby
rvm:
- 2.2
- 2.3.1
- 2.1
env:

View file

@ -20,7 +20,7 @@ If you set the DB environment variable anywhere, that's no longer necessary.
## 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.
## Configuration changes