File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
66
66
- " 3.11"
67
67
- " pypy3.9"
68
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"
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"
78
78
experimental : [ false ]
79
79
# include:
80
80
# - python-version: "~3.12.0-0"
@@ -100,6 +100,9 @@ jobs:
100
100
run : source travis_java_install.sh
101
101
- name : Pull Kafka releases
102
102
run : ./build_integration.sh
103
+ env :
104
+ PLATFORM : ${{ matrix.platform }}
105
+ KAFKA_VERSION : ${{ matrix.kafka-version }}
103
106
# TODO: Cache releases to expedite testing
104
107
- name : Install dependencies
105
108
run : |
You can’t perform that action at this time.
0 commit comments