We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd2c0d commit 2b600c7Copy full SHA for 2b600c7
.github/workflows/python-package.yml
@@ -51,7 +51,7 @@ jobs:
51
retention-days: 15
52
53
test:
54
- name: Tests on ${{ matrix.python-version }}
+ name: Tests on ${{ matrix.python-version }} for ${{ matrix.kafka-version }}
55
needs:
56
- build-sdist
57
runs-on: ubuntu-latest
@@ -66,15 +66,19 @@ jobs:
66
- "3.11"
67
- "pypy3.9"
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"
+ - "0.8"
+ - "0.9"
+ - "0.10"
+ - "0.11"
+ - "1.0"
+ - "1.1"
+ - "2.0"
+ - "2.1"
+ - "2.2"
78
+ - "2.3"
79
+ - "2.4"
80
+ - "2.5"
81
+ - "2.6"
82
experimental: [ false ]
83
# include:
84
# - python-version: "~3.12.0-0"
0 commit comments