Derive Ruby versions
Version updated for https://github.com/voxpupuli/ruby-version to version 2.0.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Ruby version determination GitHub Action reads a gemspec to determine the compatible Ruby versions for your testing matrix. It provides an output of compatible versions that can be used in CI pipelines to automate the process of setting up Ruby environments based on the specified requirements. The action supports Ruby versions from 2.4 to 4.0 and maintains a static list of compatible versions.
What’s Changed
What’s Changed
New Features 🎉
- Add Ruby 4.0 support by @bastelfreak in https://github.com/voxpupuli/ruby-version/pull/7
- CI: pin external workflows & Add GitHub Release config by @bastelfreak in https://github.com/voxpupuli/ruby-version/pull/12
Other Changes
- document Ruby 4.0 support by @bastelfreak in https://github.com/voxpupuli/ruby-version/pull/8
- CI: Add dependabot configuration by @bastelfreak in https://github.com/voxpupuli/ruby-version/pull/9
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/voxpupuli/ruby-version/pull/10
Full Changelog: https://github.com/voxpupuli/ruby-version/compare/1.0.1...2.0.0