Skip to content

Commit a0cb553

Browse files
yahondaclaude
andcommitted
Bump required Ruby version to 3.2
Remove Ruby 3.1, 3.0, 2.7, 2.6, and 2.5 from CI test matrices. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ae0cd4c commit a0cb553

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
'3.4',
1717
'3.3',
1818
'3.2',
19-
'3.1',
20-
'3.0',
21-
'2.7',
22-
'2.6',
23-
'2.5',
2419
ruby-head,
2520
ruby-debug,
2621
truffleruby,

.github/workflows/test_11g.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
'3.4',
1717
'3.3',
1818
'3.2',
19-
'3.1',
20-
'3.0',
21-
'2.7',
22-
'2.6',
23-
'2.5',
2419
ruby-head,
2520
ruby-debug,
2621
truffleruby,

ruby-plsql.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
1010
s.version = "0.8.0"
1111

1212
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
13+
s.required_ruby_version = ">= 3.2"
1314
s.require_paths = ["lib".freeze]
1415
s.authors = ["Raimonds Simanovskis".freeze]
1516
s.date = "2018-09-03"

0 commit comments

Comments
 (0)