ci: test against ruby 2.7.0

- don't test ruby 2.7.0 with incompatible rails versions
This commit is contained in:
Gonzalo 2019-12-18 13:35:08 -03:00 committed by Gonzalo Rodriguez
parent 9923012fe8
commit 8bbd0ab702
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -4,6 +4,7 @@ cache: bundler
rvm:
- ruby-head
- 2.7.0-preview3
- 2.6.5
- 2.5.7
- 2.4.9
@ -33,6 +34,10 @@ matrix:
allow_failures:
- rvm: ruby-head
exclude:
- gemfile: gemfiles/rack_1_6.gemfile
rvm: 2.7.0-preview3
- gemfile: gemfiles/rails_4_2.gemfile
rvm: 2.7.0-preview3
- gemfile: gemfiles/rails_6_0.gemfile
rvm: 2.4.9
- gemfile: gemfiles/rails_6_0.gemfile