mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
CI against newer jruby
This commit is contained in:
parent
8786b5eed1
commit
9aeed479c0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- '2.7'
|
||||
- '2.6'
|
||||
- '2.5'
|
||||
- 'jruby-9.2.17.0'
|
||||
- 'jruby-9.3.2.0'
|
||||
gemfile:
|
||||
- gemfiles/active_record_70.gemfile
|
||||
- gemfiles/active_record_61.gemfile
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
- ruby_version: '2.5'
|
||||
gemfile: gemfiles/active_record_70.gemfile
|
||||
- ruby_version: 'jruby-9.2.17.0'
|
||||
- ruby_version: 'jruby-9.3.2.0'
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
include:
|
||||
- ruby_version: 'ruby-head'
|
||||
|
@ -102,6 +102,6 @@ jobs:
|
|||
with:
|
||||
ruby-version: ${{ matrix.ruby_version }}
|
||||
bundler-cache: true
|
||||
continue-on-error: ${{ matrix.ruby_version == 'ruby-head' || matrix.ruby_version == 'jruby-9.2.17.0' || matrix.gemfile == 'gemfiles/active_record_edge.gemfile' }}
|
||||
continue-on-error: ${{ matrix.ruby_version == 'ruby-head' || matrix.ruby_version == 'jruby-9.3.2.0' || matrix.gemfile == 'gemfiles/active_record_edge.gemfile' }}
|
||||
- run: bundle exec rake test
|
||||
continue-on-error: ${{ matrix.ruby_version == 'ruby-head' || matrix.ruby_version == 'jruby-9.2.17.0' || matrix.gemfile == 'gemfiles/active_record_edge.gemfile' }}
|
||||
continue-on-error: ${{ matrix.ruby_version == 'ruby-head' || matrix.ruby_version == 'jruby-9.3.2.0' || matrix.gemfile == 'gemfiles/active_record_edge.gemfile' }}
|
||||
|
|
Loading…
Reference in a new issue