From bbcf8d6ad8a8b1e051a7f013f84168ed7f470bab Mon Sep 17 00:00:00 2001 From: "Charles-P. Clermont" Date: Mon, 12 Jan 2026 13:24:35 -0500 Subject: [PATCH] Better matrix CI check names --- .github/workflows/liquid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/liquid.yml b/.github/workflows/liquid.yml index de57dd68..3e26a751 100644 --- a/.github/workflows/liquid.yml +++ b/.github/workflows/liquid.yml @@ -32,7 +32,7 @@ jobs: } - { ruby: head, allowed-failure: true, rubyopt: "--yjit" } - { ruby: head, allowed-failure: true, rubyopt: "--zjit" } - name: Test Ruby ${{ matrix.entry.ruby }} + name: Test Ruby ${{ matrix.entry.ruby }} ${{ matrix.entry.rubyopt }} --${{ matrix.entry.allowed-failure && 'allowed-failure' || 'strict' }} steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: ruby/setup-ruby@a25f1e45f0e65a92fcb1e95e8847f78fb0a7197a # v1.273.0