Skip to content

Commit 0c88018

Browse files
committed
CI: add Ruby 2.7.1
For td-agent v4.0.0. Exclude macOS because the latest macOS runner does not support old Ruby versions. Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent c3c957a commit 0c88018

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
matrix:
1414
ruby: ['3.4', '3.3', '3.2']
1515
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
16+
include:
17+
- os: ubuntu-latest
18+
ruby: 2.7.1
19+
- os: windows-latest
20+
ruby: 2.7.1
1621
runs-on: ${{ matrix.os }}
1722
name: Test with Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
1823
steps:
@@ -29,7 +34,7 @@ jobs:
2934
strategy:
3035
fail-fast: false
3136
matrix:
32-
ruby: ['3.4', '3.3', '3.2']
37+
ruby: ['3.4', '3.3', '3.2', '2.7.1']
3338
# macOS is excluded because of the difficulty in assuming a macOS shell behavior.
3439
os: ['ubuntu-latest', 'windows-latest']
3540
include:

fluent-tail_checker.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Gem::Specification.new do |spec|
1111
spec.summary = "summary" # TODO
1212
spec.description = "description" # TODO
1313
# spec.homepage = "TODO: Put your gem's website or public repo URL here."
14-
spec.required_ruby_version = ">= 3.1.0"
1514

1615
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
1716

0 commit comments

Comments
 (0)