ci: update rubies patch

This commit is contained in:
Gonzalo Rodriguez 2019-08-29 17:00:13 -03:00
parent 51a58634a3
commit 4d0d01f9c4
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

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