Skip to content

Commit

Permalink
just pull major and minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Aug 2, 2023
1 parent ddd2c0d commit 2b600c7
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
retention-days: 15

test:
name: Tests on ${{ matrix.python-version }}
name: Tests on ${{ matrix.python-version }} for ${{ matrix.kafka-version }}
needs:
- build-sdist
runs-on: ubuntu-latest
Expand All @@ -66,15 +66,19 @@ jobs:
- "3.11"
- "pypy3.9"
kafka-version:
- "0.8.2.2"
- "0.9.0.1"
- "0.10.2.2"
- "0.11.0.2"
- "0.11.0.3"
- "1.1.1"
- "2.4.0"
- "2.5.0"
- "2.6.0"
- "0.8"
- "0.9"
- "0.10"
- "0.11"
- "1.0"
- "1.1"
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
experimental: [ false ]
# include:
# - python-version: "~3.12.0-0"
Expand Down

0 comments on commit 2b600c7

Please sign in to comment.