Skip to content

Commit 4c16e35

Browse files
authored
Merge pull request #4 from nobu/update-ruby_version
Update the required ruby version
2 parents 088e526 + d498242 commit 4c16e35

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

net-protocol.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.summary = %q{The abstruct interface for net-* client.}
1717
spec.description = %q{The abstruct interface for net-* client.}
1818
spec.homepage = "https://github.com/ruby/net-protocol"
19-
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
19+
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
2020
spec.licenses = ["Ruby", "BSD-2-Clause"]
2121

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

0 commit comments

Comments
 (0)