We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bad3e commit 8244c4bCopy full SHA for 8244c4b
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
env:
17
CI: true
18
- ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') }}
+ ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
19
strategy:
20
fail-fast: false
21
matrix:
0 commit comments