Merge pull request #6942 from Flaburgan/ruby-2.3

Recommend Ruby 2.3, keep Ruby 2.1 as supported
This commit is contained in:
Steffen van Bergerem 2016-08-08 22:57:46 +02:00
commit 89e6fd7ea5
No known key found for this signature in database
GPG key ID: 2F08F75F9525C7E0
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 language: ruby
rvm: rvm:
- 2.2 - 2.3.1
- 2.1 - 2.1
env: env:

View file

@ -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