Skip to content

Commit 8c2dbf5

Browse files
bastelfreakekohl
authored andcommitted
Add Ruby 3.4 support
1 parent f09e51b commit 8c2dbf5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This action reads your gemspec and provides an output of compatible Ruby version
1010
A static list of compatible versions is maintained.
1111
This is a subset of [setup-ruby's supported versions](https://github.com/ruby/setup-ruby#supported-versions).
1212

13+
* 3.4
1314
* 3.3
1415
* 3.2
1516
* 3.1

extract_compatible_ruby_versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ require 'json'
44
require 'rubygems'
55

66
VERSIONS = [
7+
'3.4',
78
'3.3',
89
'3.2',
910
'3.1',

0 commit comments

Comments
 (0)