Skip to content

Commit 8244c4b

Browse files
committed
Allow JRuby to fail.
1 parent c5bad3e commit 8244c4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
CI: true
18-
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') }}
18+
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
1919
strategy:
2020
fail-fast: false
2121
matrix:

0 commit comments

Comments
 (0)