Skip to content

Commit

Permalink
Enable CI on JRuby-head
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Mar 13, 2021
1 parent c96f878 commit e9e9965
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rubocop.yml
Expand Up @@ -31,9 +31,9 @@ jobs:
- { os: windows, ruby: mingw }
- { ruby: 2.4, os: ubuntu, coverage: true, title: 'Coverage' }
- { ruby: '3.0', os: ubuntu, modern: true, title: 'Specs "modern"' }
# jruby-x disabled because of: https://github.com/jruby/jruby/issues/6416
#- { ruby: jruby, os: ubuntu }
# - { ruby: jruby-head, os: ubuntu }
# jruby disabled because of: https://github.com/jruby/jruby/issues/6416
# - { ruby: jruby, os: ubuntu }
- { ruby: jruby-head, os: ubuntu }
- { ruby: truffleruby, os: ubuntu }
- { ruby: truffleruby-head, os: ubuntu }

Expand Down
2 changes: 2 additions & 0 deletions .mergify.yml
Expand Up @@ -17,6 +17,8 @@ pull_request_rules:
- 'status-success=Specs | mingw'
- 'status-success=Coverage | 2.4'
- 'status-success=Specs "modern" | 3.0'
# - 'status-success=Specs | jruby'
- 'status-success=Specs | jruby-head'
- 'status-success=Specs | truffleruby'
- 'status-success=Specs | truffleruby-head'
- 'status-success=Main Gem Specs | RuboCop: v0.92.0 | 2.4'
Expand Down

0 comments on commit e9e9965

Please sign in to comment.