Skip to content

Commit

Permalink
Enable CI on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed May 26, 2021
1 parent 2c85e6a commit cf593dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rubocop.yml
Expand Up @@ -32,8 +32,7 @@ jobs:
- { os: windows, ruby: mingw }
- { ruby: 2.5, os: ubuntu, coverage: true, title: 'Coverage' }
- { ruby: '3.0', os: ubuntu, modern: true, title: 'Specs "modern"' }
# jruby disabled because of: https://github.com/jruby/jruby/issues/6416
# - { ruby: jruby, os: ubuntu }
- { ruby: jruby, os: ubuntu }
- { ruby: jruby-head, os: ubuntu }
- { ruby: truffleruby, os: ubuntu }
- { ruby: truffleruby-head, os: ubuntu }
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Expand Up @@ -16,7 +16,7 @@ pull_request_rules:
- 'status-success=Specs | mingw'
- 'status-success=Coverage | 2.5'
- 'status-success=Specs "modern" | 3.0'
# - 'status-success=Specs | jruby'
- 'status-success=Specs | jruby'
- 'status-success=Specs | jruby-head'
- 'status-success=Specs | truffleruby'
- 'status-success=Specs | truffleruby-head'
Expand Down

0 comments on commit cf593dd

Please sign in to comment.