Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekohl/ruby-version
Determine the Ruby versions for your testing matrix based on the gemspec
https://github.com/ekohl/ruby-version
actions github ruby
Last synced: 29 days ago
JSON representation
Determine the Ruby versions for your testing matrix based on the gemspec
- Host: GitHub
- URL: https://github.com/ekohl/ruby-version
- Owner: ekohl
- Created: 2023-07-19T10:52:52.000Z (over 1 year ago)
- Default Branch: v0
- Last Pushed: 2024-02-27T10:09:41.000Z (9 months ago)
- Last Synced: 2024-04-28T03:17:52.836Z (7 months ago)
- Topics: actions, github, ruby
- Language: Ruby
- Homepage: https://github.com/ekohl/ruby-version
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby version determination
Determine the Ruby versions for your testing matrix based on the gemspec.
Maintaining your CI is tedious and your gem can already specify the compatible Ruby versions using [required_ruby_version](https://guides.rubygems.org/specification-reference/#required_ruby_version).
This action reads your gemspec and provides an output of compatible Ruby versions.## Supported Ruby versions
A static list of compatible versions is maintained.
This is a subset of [setup-ruby's supported versions](https://github.com/ruby/setup-ruby#supported-versions).* 3.3
* 3.2
* 3.1
* 3.0
* 2.7
* 2.6
* 2.5
* 2.4