We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09e51b commit 8c2dbf5Copy full SHA for 8c2dbf5
2 files changed
README.md
@@ -10,6 +10,7 @@ This action reads your gemspec and provides an output of compatible Ruby version
10
A static list of compatible versions is maintained.
11
This is a subset of [setup-ruby's supported versions](https://github.com/ruby/setup-ruby#supported-versions).
12
13
+* 3.4
14
* 3.3
15
* 3.2
16
* 3.1
extract_compatible_ruby_versions
@@ -4,6 +4,7 @@ require 'json'
4
require 'rubygems'
5
6
VERSIONS = [
7
+ '3.4',
8
'3.3',
9
'3.2',
'3.1',
0 commit comments