Skip to content

Commit 60ad460

Browse files
committed
specify kafka version in env
1 parent d05e798 commit 60ad460

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

.github/workflows/python-package.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,16 @@ jobs:
6565
- "3.10"
6666
- "3.11"
6767
- "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"
8278
experimental: [ false ]
8379
# include:
8480
# - python-version: "~3.12.0-0"
@@ -116,6 +112,7 @@ jobs:
116112
run: tox
117113
env:
118114
PLATFORM: ${{ matrix.platform }}
115+
KAFKA_VERSION: ${{ matrix.kafka-version }}
119116

120117
check: # This job does nothing and is only used for the branch protection
121118
name: ✅ Ensure the required checks passing

0 commit comments

Comments
 (0)