Which versions of ruby was tested rails 6 against?

Hi,

When rails used travis, it was easy to see which versions of ruby it was tested against, just open the travis config file and that’s it https://github.com/rails/rails/blob/4-2-stable/.travis.yml https://github.com/rails/rails/blob/5-2-stable/.travis.yml

What is the equivalent for buildkite ? I can’t find anything here https://github.com/rails/rails/tree/6-1-stable

2.7, 3, and master.

https://github.com/rails/buildkite-config/blob/main/pipeline-generate generates the config, but the easiest way to visualise it is to look at a recent build, eg. Rails #78543

thanks for the rails/buildkite-config link, that’s exactly what I was looking for !

unfortunately looking at builds does not keep a record for the future