Skip to content

Commit 9d67a0c

Browse files
author
Dhruv Paranjape
authored
Add ruby 3.2 and ruby 3.3 support (#13)
* add ruby 3.2 and 3.3 support * bump version to 0.6.16
1 parent 1206ef2 commit 9d67a0c

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ workflows:
6363
name: unit-ruby-<< matrix.ruby-version >>
6464
matrix:
6565
parameters:
66-
ruby-version:
67-
- "2.7"
68-
- "3.0"
69-
- "3.1"
66+
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
7067
- kafka-with-wurstmeister:
7168
name: wurstmeister-kafka-<< matrix.kafka-version >>-ruby-<< matrix.ruby-version >>
7269
matrix:
@@ -76,7 +73,4 @@ workflows:
7673
# 2.11 is the version of the docker image
7774
# 0.10.2.2 is the kafka version associated to the docker image
7875
# The image link is https://hub.docker.com/layers/wurstmeister/kafka/2.11-1.1.1/images/sha256-f72ab373c599d4253f7467601223a75313d2044ba477c41bef9ccc9d02bb04f7?context=explore
79-
ruby-version:
80-
- "2.7"
81-
- "3.0"
82-
- "3.1"
76+
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']

lib/kafka/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Kafka
4-
VERSION = "0.6.15"
4+
VERSION = "0.6.16"
55
end

0 commit comments

Comments
 (0)