Skip to content

Commit a390287

Browse files
committed
Allow failures on Windows (For now).
1 parent 970b5b5 commit a390287

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
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: windows-latest
4949
env:
5050
CI: true
51-
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
51+
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' || matrix.ruby == '3.1' }}
5252
strategy:
5353
fail-fast: false
5454
matrix:

0 commit comments

Comments
 (0)