ruby / setup-ruby

An action to download a prebuilt Ruby and add it to the PATH in 5 seconds
https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
MIT License
804 stars 263 forks source link

Add jruby-9.4.8.0 to @v1 #618

Closed jimtng closed 4 months ago

jimtng commented 4 months ago

Thanks for adding jruby-9.4.8.0 support! We are looking forward to having it on the @v1 branch to use it in our actions. Thanks!

eregon commented 4 months ago

Thanks for the report, there is already a release with it but https://github.com/ruby/setup-ruby/tree/v1 points to https://github.com/ruby/setup-ruby/releases/tag/v1.181.0. Somehow the workflow bumping the v1 branch to the latest release didn't run since I automated releases, I guess because of this rule of GitHub Actions not triggering other GitHub Actions.