Update CI to include Ruby 2.7 (#41)

This also simplifies the prior Ruby versions to let Travis pull the latest release (more [here](https://docs.travis-ci.com/user/languages/ruby/#specifying-ruby-versions-and-implementations)), and updates docs to match.

Since 2.7 has some failures, we're allowing for failures on that build for now so we can coordinate the appropriate fixes in a followup.
This commit is contained in:
Alex Schmitt 2020-10-07 13:37:13 -07:00 committed by GitHub
parent 8aea54b8a7
commit b6b2122527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 9 deletions

View File

@ -1,11 +1,18 @@
language: ruby
os: linux
dist: xenial
rvm:
- 2.4.6
- 2.5.5
- 2.6.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
before_script:
- sudo apt-get install -y libicu-dev
matrix:
jobs:
allow_failures:
- rvm: ruby-head
- rvm: 2.7
- rvm: ruby-head

View File

@ -130,15 +130,16 @@ Platforms:
Rubies:
- 2.4.6
- 2.5.5
- 2.6.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
TODO:
=====
* Any other useful part of ICU?
* Any other useful part of ICU?
* Windows?!
Note on Patches/Pull Requests