Skip to content

Commit f97720c

Browse files
authored
Drop support for Ruby 2.5 (#347)
## Why? GitHub: Fix GH-271 Since it has become difficult to support Ruby 2.5, we are removing it from our list of supported versions.
1 parent f171a39 commit f97720c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
99
engine: cruby-jruby
10-
min_version: 2.5
10+
min_version: 2.6
1111

1212
inplace:
1313
needs: ruby-versions-inplace
@@ -21,8 +21,6 @@ jobs:
2121
- macos-latest
2222
- windows-latest
2323
ruby-version: ${{ fromJson(needs.ruby-versions-inplace.outputs.versions) }}
24-
exclude:
25-
- {runs-on: macos-latest, ruby-version: 2.5}
2624
# include:
2725
# - runs-on: ubuntu-latest
2826
# ruby-version: truffleruby

rexml.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ Gem::Specification.new do |spec|
5757
spec.rdoc_options.concat(["--main", "README.md"])
5858
spec.extra_rdoc_files = rdoc_files
5959

60-
spec.required_ruby_version = '>= 2.5.0'
60+
spec.required_ruby_version = '>= 2.6.0'
6161
end

0 commit comments

Comments
 (0)