mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
CI against newest suppported AR on ruby 2.2
This commit is contained in:
parent
0a5b848c83
commit
7bbcb253ac
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
db: sqlite3
|
||||
- ruby_version: '2.2'
|
||||
gemfile: gemfiles/active_record_51.gemfile
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
db: sqlite3
|
||||
- ruby_version: '2.1'
|
||||
gemfile: gemfiles/active_record_42.gemfile
|
||||
|
|
|
@ -82,7 +82,7 @@ matrix:
|
|||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
env: DB=sqlite3
|
||||
- rvm: 2.2.10
|
||||
gemfile: gemfiles/active_record_51.gemfile
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
env: DB=sqlite3
|
||||
- rvm: 2.1.10
|
||||
gemfile: gemfiles/active_record_42.gemfile
|
||||
|
|
Loading…
Reference in a new issue