Skip to content

Commit 2353ae9

Browse files
author
Kaneko Yuto
committed
Drop ruby 2.6 support
1 parent 569992f commit 2353ae9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: '2.6'
23+
ruby-version: '2.7'
2424
bundler-cache: true
2525
- name: Test & publish code coverage
2626
if: "${{ env.CC_TEST_REPORTER_ID != '' }}"
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: ['ubuntu-18.04', 'ubuntu-latest', 'macos-latest']
40-
ruby: ['2.6', '2.7', '3.0', '3.1']
40+
ruby: ['2.7', '3.0', '3.1']
4141
experimental: [false]
4242
include:
4343
- os: 'ubuntu-latest'

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
- Drop Ruby 2.6 support
4+
35
## 0.44.1
46

57
- Rename package name from `Qiita::Markdown` to `Qiita Markdown` in README

qiita-markdown.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1616
spec.require_paths = ["lib"]
1717

18-
spec.required_ruby_version = ">= 2.6.0"
18+
spec.required_ruby_version = ">= 2.7.0"
1919

2020
spec.add_dependency "addressable"
2121
spec.add_dependency "gemoji"

0 commit comments

Comments
 (0)