You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub renders matrix job names from raw axis values by default, so
runs showed up as `test (3.3, ACTIVE_RECORD_VERSION=~> 7.2.0, false)`
— readable only after squinting.
Group the ActiveRecord axis into an object with a short `label` and a
`env` payload, then set the job `name:` to
`Ruby <ruby-version> / <label>`. Runs now show up as e.g.
`Ruby 3.3 / AR 7.2` or `Ruby 4.0 / AR main`.
0 commit comments