Skip to content

Commit c9a96f6

Browse files
committed
Bump required ruby version to 3.2 or later.
Even though it still actually work with older version of ruby, it might be better recommending supported Ruby version. * Ruby 2.7 EOL: 2023-03-31 * Ruby 3.0 EOL: 2024-04-23 * Ruby 3.1 EOL: 2025-03-31 Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent b193dc4 commit c9a96f6

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
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
29-
ruby-version: ['3.4', '3.3', '3.2', '3.1']
29+
ruby-version: ['3.4', '3.3', '3.2']
3030

3131
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
3232
steps:

fluentd.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
2020
gem.require_paths = ["lib"]
2121
gem.license = "Apache-2.0"
2222

23-
gem.required_ruby_version = '>= 2.7'
23+
gem.required_ruby_version = '>= 3.2'
2424

2525
gem.add_runtime_dependency("bundler")
2626
gem.add_runtime_dependency("msgpack", [">= 1.3.1", "< 2.0.0"])

0 commit comments

Comments
 (0)