diff --git a/.github/workflows/test-yjit.yaml b/.github/workflows/test-yjit.yaml index bf934c5fdc1..b9ce09fbda3 100644 --- a/.github/workflows/test-yjit.yaml +++ b/.github/workflows/test-yjit.yaml @@ -15,6 +15,10 @@ jobs: - '--yjit' - '--yjit --yjit-stats=quiet' exclude: + # NOTE: `--yjit-stats=quiet` is only present in 3.3+. + # We've had `--yjit-stats` since 3.0, but + # 1) it dumps stat info to stdout, and + # 2) none of our <3.3 tests require the additional stats - ruby: '3.2' rubyopt: '--yjit --yjit-stats=quiet' name: Test YJIT (${{ matrix.os }}, ${{ matrix.ruby }} ${{ matrix.rubyopt }})