pantographe / view_component-form

Rails FormBuilder for ViewComponent
MIT License
204 stars 16 forks source link

Update rubies and rails supports #164

Closed nicolas-brousse closed 1 month ago

nicolas-brousse commented 1 month ago
nicolas-brousse commented 1 month ago

@Spone Maybe I should also drop support fort old rubies and rails versions. What do you think about?

Spone commented 1 month ago

@nicolas-brousse we can drop Rails 6.0, but let's keep 6.1 since ViewComponent supports it.

Spone commented 1 month ago

We can also remove Ruby 2.7 that is no longer supported.

Let's keep Ruby 3.0 (for Rails 6.1).

nicolas-brousse commented 1 month ago

@Spone should we keep test on view_component v2.* for latest rails versions too?

Spone commented 1 month ago

Yes, I think. At least until ViewComponent v4 is released.

nicolas-brousse commented 1 month ago

Ok, I've to dig to understand how to fix this https://github.com/pantographe/view_component-form/actions/runs/9914182370/job/27392784399?pr=164#step:4:1174. Seems to be the last thing that block the CI