We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5afa8 commit 32d4debCopy full SHA for 32d4deb
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
env:
17
CI: true
18
- ALLOW_FAILURES: false ${{ endsWith(matrix.ruby, 'head') }}
+ ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
19
strategy:
20
fail-fast: false
21
matrix:
@@ -42,7 +42,7 @@ jobs:
42
runs-on: windows-latest
43
44
45
- ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
+ ALLOW_FAILURES: ${{ matrix.ruby == '3.2' || matrix.ruby == 'jruby' }}
46
47
48
0 commit comments