Skip to content

Commit a06708a

Browse files
committed
Exclude --yjit-stats configuration on Ruby 3.2
1 parent e04c326 commit a06708a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-yjit.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
rubyopt:
1515
- '--yjit'
1616
- '--yjit --yjit-stats=quiet'
17+
exclude:
18+
- ruby: '3.2'
19+
rubyopt: '--yjit --yjit-stats=quiet'
1720
name: Test YJIT (${{ matrix.os }}, ${{ matrix.ruby }} ${{ matrix.rubyopt }})
1821
runs-on: ${{ matrix.os }}
1922
env:

0 commit comments

Comments
 (0)