Skip to content

Commit ddd2c0d

Browse files
committed
specify kafka versions
1 parent 60ad460 commit ddd2c0d

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/python-package.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ jobs:
6666
- "3.11"
6767
- "pypy3.9"
6868
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"
7878
experimental: [ false ]
7979
# include:
8080
# - python-version: "~3.12.0-0"
@@ -100,6 +100,9 @@ jobs:
100100
run: source travis_java_install.sh
101101
- name: Pull Kafka releases
102102
run: ./build_integration.sh
103+
env:
104+
PLATFORM: ${{ matrix.platform }}
105+
KAFKA_VERSION: ${{ matrix.kafka-version }}
103106
# TODO: Cache releases to expedite testing
104107
- name: Install dependencies
105108
run: |

0 commit comments

Comments
 (0)