Skip to content

Commit

Permalink
[CI] Skip JRuby
Browse files Browse the repository at this point in the history
CI fails due to JRuby that we cannot control. Skip it for now.
  • Loading branch information
okuramasafumi committed Oct 17, 2023
1 parent 45735a8 commit d7b4988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
ruby: ['3.0', 3.1, 3.2, head, jruby, truffleruby]
ruby: ['3.0', 3.1, 3.2, head, truffleruby] # TODO: Add jruby after the error is resolved
gemfile: [all, without_active_support, without_oj]
exclude:
- os: windows-latest
Expand Down

0 comments on commit d7b4988

Please sign in to comment.