Open
Conversation
Contributor
Author
|
What a dissapointment. no jruby 10.0.3.0 support in https://github.com/ruby/setup-ruby yet |
There was a problem hiding this comment.
Pull request overview
Adds JRuby 10 to the GitHub Actions CI matrix so the test suite runs against the newer JRuby major version.
Changes:
- Extend the
rspec_testsmatrix to includejruby-10.0.3.0on Ubuntu 24.04.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c94d9ff to
75ac901
Compare
jay7x
approved these changes
Mar 5, 2026
3dc15e3 to
1c438c8
Compare
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
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>
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.
No description provided.