Updates the GitHub CI workflow .github/workflows/ci.yml to include Ruby 3.1, and modifies the lower JRuby version making it flexible should any future 9.2.x versions be released.
Motivation and Context
To keep CI testing current with new versions.
How Has This Been Tested?
Changes confirmed by inspecting the GitHub actions run on this branch and PR.
Types of changes
New feature (non-breaking change which adds functionality)
Checklist:
[x] I have updated the documentation accordingly (or changes are not required).
[x] I have added tests to cover my changes (or new tests are not required).
Description
Updates the GitHub CI workflow
.github/workflows/ci.yml
to include Ruby3.1
, and modifies the lower JRuby version making it flexible should any future9.2.x
versions be released.Motivation and Context
To keep CI testing current with new versions.
How Has This Been Tested?
Changes confirmed by inspecting the GitHub actions run on this branch and PR.
Types of changes
Checklist: