mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
But let's keep CIing AR42
This commit is contained in:
parent
42096bfde7
commit
4dec09c749
2 changed files with 6 additions and 0 deletions
3
.github/workflows/ruby.yml
vendored
3
.github/workflows/ruby.yml
vendored
|
@ -54,6 +54,9 @@ jobs:
|
|||
- ruby_version: '2.3'
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
db: sqlite3
|
||||
- ruby_version: '2.3'
|
||||
gemfile: gemfiles/active_record_42.gemfile
|
||||
db: sqlite3
|
||||
- ruby_version: '2.3'
|
||||
gemfile: gemfiles/active_record_41.gemfile
|
||||
db: sqlite3
|
||||
|
|
|
@ -51,6 +51,9 @@ matrix:
|
|||
- rvm: 2.3.8
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
env: DB=sqlite3
|
||||
- rvm: 2.3.8
|
||||
gemfile: gemfiles/active_record_42.gemfile
|
||||
env: DB=sqlite3
|
||||
- rvm: 2.3.8
|
||||
gemfile: gemfiles/active_record_41.gemfile
|
||||
env: DB=sqlite3
|
||||
|
|
Loading…
Reference in a new issue