Skip to content

Commit e25ec13

Browse files
authored
Drop Ruby 3.0 support (#317)
1 parent 3521698 commit e25ec13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# https://www.ruby-lang.org/en/downloads/branches/
14-
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
14+
ruby: [ '3.1', '3.2', '3.3' ]
1515
name: Ruby v${{ matrix.ruby }}
1616
steps:
1717
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Also, generated documentation by YARD is available.
1818
- https://rubydoc.info/gems/line-bot-api
1919

2020
## Requirements
21-
This library requires Ruby 3.0 or later.
21+
This library requires Ruby 3.1 or later.
2222

2323
## Installation
2424

0 commit comments

Comments
 (0)