Closed
Conversation
Add JRuby ruby version. Add TruffleRuby with GraalVM ruby version. Add Mac OS operating system. Update Ruby CI workflow to run test rake task (without standard). Add new StandardRB workflow (only runs once, uses current ruby).
Collaborator
Author
|
CI's JRuby, TruffleRuby, and TruffleRuby with GraalVM rubies will all be the current releases at time of the build. I have a list of the currently supported versions of each commented out in the YAML. They are disabled because there are already so many jobs that are created, but those could be enabled if desired. I will work on adding Windows as well, since there seem to be Windows users using |
Collaborator
Author
Collaborator
Author
Owner
|
Just added! Thanks so much!
…On Mon, Jan 2, 2023 at 2:05 PM Mike Moore ***@***.***> wrote:
@qrush <https://github.com/qrush> / @gi <https://github.com/gi> ping ^
—
Reply to this email directly, view it on GitHub
<#101 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAADCQV77AX3MZA6TI6UKWTWQMRF7ANCNFSM6AAAAAAS2NRBO4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Collaborator
Author
|
Thanks! |
jeremyevans
added a commit
to jeremyevans/m
that referenced
this pull request
Dec 3, 2025
* Test on JRuby * Run Minitest 4 tests only on Ruby 2.7 and 4.0 (oldest and newest) * Also run Minitest 5 tests on macOS for Ruby 2.7 and 4.0 * Set fail-fast to false, making it easy to see all test failures, instead of only the first process to fail * Update actions/checkout to v6 * Use an explicit test task Ideas taken from qrush#101. I avoided the full matrix testing approach as I think that results in too many test suites.
Merged
jeremyevans
added a commit
that referenced
this pull request
Dec 3, 2025
* Test on JRuby * Run Minitest 4 tests only on Ruby 2.7 and 4.0 (oldest and newest) * Also run Minitest 5 tests on macOS for Ruby 2.7 and 4.0 * Set fail-fast to false, making it easy to see all test failures, instead of only the first process to fail * Update actions/checkout to v6 * Use an explicit test task Ideas taken from #101. I avoided the full matrix testing approach as I think that results in too many test suites.
Collaborator
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.
Add JRuby ruby version.
Add TruffleRuby with GraalVM ruby version.
Add Mac OS operating system.
Update Ruby CI workflow to run test rake task (without standard).
Add new StandardRB workflow (only runs once, uses current ruby).