mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
...But let's not completely stop running AR41 test in the CI
This commit is contained in:
parent
04683918e1
commit
0d9e41e2cc
2 changed files with 6 additions and 0 deletions
3
.github/workflows/ruby.yml
vendored
3
.github/workflows/ruby.yml
vendored
|
@ -63,6 +63,9 @@ jobs:
|
|||
- ruby_version: '2.3'
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
db: sqlite3
|
||||
- ruby_version: '2.3'
|
||||
gemfile: gemfiles/active_record_41.gemfile
|
||||
db: sqlite3
|
||||
- ruby_version: '2.2'
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
db: sqlite3
|
||||
|
|
|
@ -62,6 +62,9 @@ matrix:
|
|||
- rvm: 2.3.8
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
env: DB=sqlite3
|
||||
- rvm: 2.3.8
|
||||
gemfile: gemfiles/active_record_41.gemfile
|
||||
env: DB=sqlite3
|
||||
- rvm: 2.2.10
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
env: DB=sqlite3
|
||||
|
|
Loading…
Reference in a new issue