Skip to content

Commit

Permalink
Support Ruby 3.2 and 3.3 too (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Sep 20, 2024
1 parent e89cbfe commit 25013db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
<<: *dockerbuild
docker:
- image: cimg/ruby:3.1-node
test-ruby-3.2:
<<: *dockerbuild
docker:
- image: cimg/ruby:3.2-node
test-ruby-3.3:
<<: *dockerbuild
docker:
- image: cimg/ruby:3.3-node

workflows:
version: 2
Expand All @@ -57,3 +65,5 @@ workflows:
- test-ruby-2.7
- test-ruby-3.0
- test-ruby-3.1
- test-ruby-3.2
- test-ruby-3.3
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[//]: # (comment: Don't forget to update lib/datadog/statsd/version.rb:DogStatsd::Statsd::VERSION when releasing a new version)

## FUTURE RELEASE

### Notice

* [OTHER] Ruby versions 3.2 and 3.3 are now supported.

## 5.6.1 / 2023.09.07

* [IMPROVEMENT] Add support for IPv6 UDP connection. [#280][] by [@kazwolfe][]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ As much as possible, we will add a "future deprecation" message in the minor rel

## Ruby Versions

This gem supports and is tested on Ruby minor versions 2.1 through 3.1.
This gem supports and is tested on Ruby minor versions 2.1 through 3.3.
Support for Ruby 2.0 was dropped in version 5.4.0.

## Credits
Expand Down

0 comments on commit 25013db

Please sign in to comment.