Skip to content

Commit

Permalink
Enable JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Nov 2, 2024
1 parent 0a646dc commit eb91347
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- { ruby: 2.7, os: ubuntu, coverage: true, title: "Coverage" }
- { ruby: "3.0", os: ubuntu, modern: true, title: 'Specs "modern"' }
- { ruby: jruby, os: ubuntu }
# jruby disabled because of: https://github.com/jruby/jruby/issues/6416
# - { ruby: jruby-head, 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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pull_request_rules:
- "status-success=Specs | head"
- "status-success=Coverage | 2.6"
- '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 eb91347

Please sign in to comment.