We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970b5b5 commit a390287Copy full SHA for a390287
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
runs-on: windows-latest
49
env:
50
CI: true
51
- ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
+ ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' || matrix.ruby == '3.1' }}
52
strategy:
53
fail-fast: false
54
matrix:
0 commit comments