castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.89k stars 158 forks source link

Add ruby 3.2 to CI #698

Closed Earlopain closed 9 months ago

Earlopain commented 9 months ago

Bumps the github actions, and especially setup-ruby since it didn't know about ruby 3.2 beforehand.

Uses a tag for setup-ruby, for convenience. It will not need to be updated for ruby 3.3 again, and will pick up the latest patch version available at runtime.

Earlopain commented 9 months ago

Nevermind, duplicate of #659