Skip to content

Commit

Permalink
Ignore jruby errors on CI for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Sep 18, 2024
1 parent 7fa0f4f commit 74efd09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- '3.0'
- '2.7'
- '2.6'
- jruby
continue-on-error: ${{ matrix.ruby == 'head' }}
- jruby-head
continue-on-error: ${{ matrix.ruby == 'head' || matrix.ruby == 'jruby-head' }}
name: Ruby ${{ matrix.ruby }}
env:
JRUBY_OPTS: "--debug"
Expand Down

0 comments on commit 74efd09

Please sign in to comment.