Skip to content

Commit c3256e3

Browse files
committed
Drop to Ruby 2.4
1 parent 68f29a8 commit c3256e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ 2.7, 2.6, 2.5, 2.4, head ]
10+
ruby: [ 2.7, 2.6, 2.5, head ]
1111
os: [ ubuntu-latest, macos-latest ]
1212
runs-on: ${{ matrix.os }}
1313
steps:

net-imap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.summary = %q{Ruby client api for Internet Message Access Protocol}
1414
spec.description = %q{Ruby client api for Internet Message Access Protocol}
1515
spec.homepage = "https://github.com/ruby/net-imap"
16-
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
16+
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
1717

1818
spec.metadata["homepage_uri"] = spec.homepage
1919
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)