From 3952ad7c46d5d018c2e21f79af8b8075d3fef0c5 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Fri, 8 Mar 2024 17:55:08 -0500 Subject: [PATCH] Set 0.8.2.2 to be experimental from hereon --- .github/workflows/python-package.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index bfc14e2b1..cee8a9353 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -57,7 +57,6 @@ jobs: - build-sdist runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} - timeout-minutes: 10 strategy: fail-fast: false matrix: @@ -116,11 +115,11 @@ jobs: needs: - build-sdist runs-on: ubuntu-latest + timeout-minutes: 10 strategy: fail-fast: false matrix: kafka-version: - - "0.8.2.2" - "0.9.0.1" - "0.10.2.2" - "0.11.0.2" @@ -129,6 +128,11 @@ jobs: - "2.4.0" - "2.5.0" - "2.6.0" + experimental: [false] + include: + - kafka-version: '0.8.2.2' + experimental: true + continue-on-error: ${{ matrix.experimental }} steps: - name: Checkout the source code uses: actions/checkout@v4