Skip to content

Commit 2b600c7

Browse files
committed
just pull major and minor versions
1 parent ddd2c0d commit 2b600c7

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.github/workflows/python-package.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
retention-days: 15
5252

5353
test:
54-
name: Tests on ${{ matrix.python-version }}
54+
name: Tests on ${{ matrix.python-version }} for ${{ matrix.kafka-version }}
5555
needs:
5656
- build-sdist
5757
runs-on: ubuntu-latest
@@ -66,15 +66,19 @@ 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"
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"
7882
experimental: [ false ]
7983
# include:
8084
# - python-version: "~3.12.0-0"

0 commit comments

Comments
 (0)