ci: update rubies

This commit is contained in:
Gonzalo Rodriguez 2019-10-02 10:51:01 -03:00
parent bdc89dde7b
commit e5ceab040c
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -4,9 +4,9 @@ cache: bundler
rvm:
- ruby-head
- 2.6.4
- 2.5.6
- 2.4.7
- 2.6.5
- 2.5.7
- 2.4.9
- 2.3.8
before_install:
@ -34,7 +34,7 @@ matrix:
- rvm: ruby-head
exclude:
- gemfile: gemfiles/rails_6_0.gemfile
rvm: 2.4.7
rvm: 2.4.9
- gemfile: gemfiles/rails_6_0.gemfile
rvm: 2.3.8
fast_finish: true