ruby-lsp-rails icon indicating copy to clipboard operation
ruby-lsp-rails copied to clipboard

Consider testing against multiple Rails versions

Open andyw8 opened this issue 1 year ago • 0 comments

Currently we run CI against the latest release release, and against main, but I'm considering if we should also test against older supported Rails versions, such as 7.2, since there are a number of places where we rely on feature discovery using responds_to?.

This would probably mean having multiple dummy apps in the repo, e.g. test/dummy_rails_8 and test/dummy_rails_7_2.

andyw8 avatar Oct 31 '24 16:10 andyw8