Skip to content

Commit 5769cb5

Browse files
authored
Merge pull request #744 from aycabta/drop-2.3
Drop 2.3 from CI
2 parents 6e78ab0 + 43bfd73 commit 5769cb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.6.x', '2.5.x', '2.4.x', '2.3.x' ]
10+
ruby: [ '2.6.x', '2.5.x', '2.4.x' ]
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Ruby

rdoc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
240240
TODO.rdoc
241241
]
242242

243-
s.required_ruby_version = Gem::Requirement.new(">= 2.2.2")
243+
s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
244244
s.rubygems_version = "2.5.2"
245245
s.required_rubygems_version = Gem::Requirement.new(">= 2.2")
246246
end

0 commit comments

Comments
 (0)