Skip to content

Commit

Permalink
Sunset Ruby 2.6/2.7 support on CI tests
Browse files Browse the repository at this point in the history
as Ruby 2.7 was EOL last year, and add Ruby 3.3 Tests.
  • Loading branch information
george-ma committed Mar 25, 2024
1 parent 1254a5c commit caf2c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', 'ruby-head', 'jruby-9.3.7.0', 'truffleruby-22.2.0']
ruby: ['3.0', '3.1', '3.2', '3.3', ruby-head', 'jruby-9.3.7.0', 'truffleruby-22.2.0']
# Windows on macOS builds started failing, so they are disabled for now
# platform: [windows-2019, macOS-10.14, ubuntu-18.04]
# exclude:
Expand Down
1 change: 1 addition & 0 deletions statsd-instrument.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{A StatsD client for Ruby apps}
spec.description = %q{A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.}
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0"

spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit caf2c32

Please sign in to comment.