Skip to content

Commit

Permalink
💥 Drop support for ruby 2.6. Requires ruby 2.7+.
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Nov 22, 2022
1 parent bdd490c commit fa98ee7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
ruby: [ head, '3.1', '3.0', '2.7' ]
os: [ ubuntu-latest, macos-latest ]
experimental: [false]
include:
# - ruby: 2.6
# os: ubuntu-latest
# experimental: true
- ruby: 2.6
os: macos-latest
experimental: false
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion net-imap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Ruby client api for Internet Message Access Protocol}
spec.description = %q{Ruby client api for Internet Message Access Protocol}
spec.homepage = "https://github.com/ruby/net-imap"
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.licenses = ["Ruby", "BSD-2-Clause"]

spec.metadata["homepage_uri"] = spec.homepage
Expand Down

0 comments on commit fa98ee7

Please sign in to comment.