mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Test against Ruby 2.6.0
This commit is contained in:
parent
7d244ea646
commit
0755a64385
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
language: ruby
|
||||
|
||||
rvm:
|
||||
- 2.6.0
|
||||
- 2.5.3
|
||||
- 2.4.5
|
||||
- 2.3.8
|
||||
|
@ -32,6 +33,10 @@ cache: bundler
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
- rvm: 2.6.0
|
||||
gemfile: gemfiles/active_record_42.gemfile
|
||||
- rvm: 2.6.0
|
||||
gemfile: gemfiles/active_record_41.gemfile
|
||||
- rvm: 2.5.3
|
||||
gemfile: gemfiles/active_record_42.gemfile
|
||||
- rvm: 2.5.3
|
||||
|
|
Loading…
Reference in a new issue