From ddd2c0d4a75092be1700d5ce0188d948183e3bfe Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Wed, 2 Aug 2023 11:53:44 -0400 Subject: [PATCH] specify kafka versions --- .github/workflows/python-package.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a8f20e754..f50fe51c3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -66,15 +66,15 @@ 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.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" experimental: [ false ] # include: # - python-version: "~3.12.0-0" @@ -100,6 +100,9 @@ jobs: run: source travis_java_install.sh - name: Pull Kafka releases run: ./build_integration.sh + env: + PLATFORM: ${{ matrix.platform }} + KAFKA_VERSION: ${{ matrix.kafka-version }} # TODO: Cache releases to expedite testing - name: Install dependencies run: |