Skip to content

Commit

Permalink
Drop Ruby 3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-33 committed Apr 1, 2024
1 parent 3521698 commit 45896f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# https://www.ruby-lang.org/en/downloads/branches/
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
ruby: [ '3.1', '3.2', '3.3' ]
name: Ruby v${{ matrix.ruby }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Also, generated documentation by YARD is available.
- https://rubydoc.info/gems/line-bot-api

## Requirements
This library requires Ruby 3.0 or later.
This library requires Ruby 3.1 or later.

## Installation

Expand Down

0 comments on commit 45896f1

Please sign in to comment.