Skip to content

Commit 32d4deb

Browse files
committed
Avoid problematic CI ruby versions.
1 parent 9b5afa8 commit 32d4deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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: false ${{ endsWith(matrix.ruby, 'head') }}
18+
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: windows-latest
4343
env:
4444
CI: true
45-
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
45+
ALLOW_FAILURES: ${{ matrix.ruby == '3.2' || matrix.ruby == 'jruby' }}
4646
strategy:
4747
fail-fast: false
4848
matrix:

0 commit comments

Comments
 (0)