Skip to content

Commit 3e1fc45

Browse files
committed
Drop support for ruby 2.6
1 parent 5e2e2ef commit 3e1fc45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: [ head, '3.2', '3.1', '3.0', '2.7', '2.6' ]
10+
ruby: [ head, '3.2', '3.1', '3.0', '2.7']
1111
os: [ ubuntu-latest, macos-latest ]
1212
runs-on: ${{ matrix.os }}
1313
steps:

net-smtp.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.description = %q{Simple Mail Transfer Protocol client library for Ruby.}
1818
spec.homepage = "https://github.com/ruby/net-smtp"
1919
spec.licenses = ["Ruby", "BSD-2-Clause"]
20-
spec.required_ruby_version = ">= 2.6.0"
20+
spec.required_ruby_version = ">= 2.7.3"
2121

2222
spec.metadata["homepage_uri"] = spec.homepage
2323
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)