Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This action reads your gemspec and provides an output of compatible Ruby version
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
Expand Down
1 change: 1 addition & 0 deletions extract_compatible_ruby_versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require 'json'
require 'rubygems'

VERSIONS = [
'3.3',
'3.2',
'3.1',
'3.0',
Expand Down