Skip to content

Tags: ruby/setup-ruby

Tags

v1.234.0

Remove support for ubuntu-20.04

* It's gone: actions/runner-images#11101

v1.233.0

Add jruby-10.0.0.0

v1.232.0

Update CRuby releases on Windows

v1.231.0

Add ruby-3.4.3

v1.230.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #737 from ruby-builder-bot/windows

Update CRuby releases on Windows

v1.229.0

Update CRuby releases on Windows

v1.228.0

Add ruby-3.1.7,ruby-3.2.8

v1.227.0

Add truffleruby-24.2.0,truffleruby+graalvm-24.2.0

v1.226.0

Use $JAVA_HOME/bin/java for the check

v1.225.0

Test successful JRuby start without using launcher

Native launcher appears to hang on GHA when the JDK version is too
old for JRuby 10. This bypasses it and should be a bit lighter. It
will also avoid any variability in the launcher used, since Unixes
and Windows already use different executables.