Skip to content

Commit

Permalink
feature: Update minimal ruby version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HatsuneMiku3939 committed Feb 6, 2024
1 parent bbf35cb commit 6a75c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
#os: ['ubuntu-latest', 'windows-latest']
os: ['ubuntu-latest']
ruby-version: ['2.3', '2.4', '2.7', '3.0', '3.1']
ruby-version: ['2.7', '3.0', '3.1']

name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-http-pull.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.test_files = test_files
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 2.1'
spec.required_ruby_version = '>= 2.7'

spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "simplecov", "~> 0.7"
Expand Down

0 comments on commit 6a75c54

Please sign in to comment.