CI: Update jruby-10.0.2.0->jruby-10.0.5.0#117
Merged
bastelfreak merged 2 commits intomainfrom Apr 17, 2026
Merged
Conversation
jruby-10.0.5.0 is our target version for OpenVox 9. Signed-off-by: Tim Meusel <tim@bastelfreak.de>
Contributor
Author
|
This also helps to hunt down issues in OpenVoxProject/openvox#175 |
Without Java 10, JRuby 10.0.5.0 gives us:
```
attempting to run with existing JAVA_HOME
/usr/lib/jvm/temurin-17-jdk-amd64/bin/java -jar /home/runner/.rubies/jruby-10.0.5.0/lib/jruby.jar --version
Error: LinkageError occurred while loading main class org.jruby.main.Main
java.lang.UnsupportedClassVersionError: org/jruby/main/Main has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
JRuby failed to start, try Java 21 envs
Setting JAVA_HOME to JAVA_HOME_21_X64 path /usr/lib/jvm/temurin-21-jdk-amd64
Adding /usr/lib/jvm/temurin-21-jdk-amd64/bin to PATH
Took 0.24 seconds
```
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
7 tasks
TuningYourCode
approved these changes
Apr 17, 2026
Sharpie
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
jruby-10.0.5.0 is our target version for OpenVox 9.
Short description
Checklist
I have:
Signed-off-byannotation to each of my commits