itamae-kitchen / itamae

Configuration management tool inspired by Chef, but simpler and lightweight. Formerly known as Lightchef.
https://itamae.kitchen/
MIT License
1.12k stars 125 forks source link

Refactor: Extract to another workflows #360

Closed sue445 closed 1 year ago

sue445 commented 1 year ago

Motivation

It is confusing when adding a new Ruby version because we have to add the same one to multiple jobs.

e.g. 26fa2d7e81e20127b1d0937756dece5b6483639d

So I refactored it by consolidating the matrix in one place

c.f.

sue445 commented 1 year ago

@unasuke What do you think for this patch?