File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -65,20 +65,16 @@ jobs:
65
65
- " 3.10"
66
66
- " 3.11"
67
67
- " pypy3.9"
68
- # kafka-version:
69
- # - "0.8"
70
- # - "0.9"
71
- # - "0.10"
72
- # - "0.11"
73
- # - "1.0"
74
- # - "1.1"
75
- # - "2.0"
76
- # - "2.1"
77
- # - "2.2"
78
- # - "2.3"
79
- # - "2.4"
80
- # - "2.5"
81
- # - "2.6"
68
+ kafka-version :
69
+ # - "0.8.2.2"
70
+ # - "0.9.0.1"
71
+ # - "0.10.2.2"
72
+ - " 0.11.0.2"
73
+ # - "0.11.0.3"
74
+ # - "1.1.1"
75
+ # - "2.4.0"
76
+ # - "2.5.0"
77
+ # - "2.6.0"
82
78
experimental : [ false ]
83
79
# include:
84
80
# - python-version: "~3.12.0-0"
@@ -116,6 +112,7 @@ jobs:
116
112
run : tox
117
113
env :
118
114
PLATFORM : ${{ matrix.platform }}
115
+ KAFKA_VERSION : ${{ matrix.kafka-version }}
119
116
120
117
check : # This job does nothing and is only used for the branch protection
121
118
name : ✅ Ensure the required checks passing
You can’t perform that action at this time.
0 commit comments