Skip to content

Commit 565a6a9

Browse files
committed
Support and test on Ruby v2.7.
1 parent 1b3c2a3 commit 565a6a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- macos
2222

2323
ruby:
24+
- "2.7"
2425
- "3.0"
2526
- "3.1"
2627
- "3.2"

console-output-datadog.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717

1818
spec.files = Dir.glob(['{lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)
1919

20-
spec.required_ruby_version = ">= 3.0"
20+
spec.required_ruby_version = ">= 2.7"
2121

2222
spec.add_dependency "console"
2323
spec.add_dependency "ddtrace", "~> 1.0"

0 commit comments

Comments
 (0)