Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(test): include kafka 4.0.0 in FV testing #3045

Merged
merged 7 commits into from
Jan 6, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(ci): add 4.0.0 to FV tests
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
dnwe committed Dec 25, 2024
commit 16e6143b38b650906d378de14f709fffa65debd2
4 changes: 3 additions & 1 deletion .github/workflows/fvt-main.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.23.x]
kafka-version: [1.0.2, 2.0.1, 2.2.2, 2.6.2, 2.8.2, 3.0.2, 3.3.2, 3.6.2, 3.8.1]
kafka-version: [1.0.2, 2.0.1, 2.2.2, 2.6.2, 2.8.2, 3.0.2, 3.3.2, 3.6.2, 3.8.1, 4.0.0]
include:
- kafka-version: 1.0.2
scala-version: 2.11
@@ -37,6 +37,8 @@ jobs:
scala-version: 2.13
- kafka-version: 3.8.0
scala-version: 2.13
- kafka-version: 4.0.0
scala-version: 2.13
uses: ./.github/workflows/fvt.yml
with:
go-version: ${{ matrix.go-version }}
4 changes: 3 additions & 1 deletion .github/workflows/fvt-pr.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.23.x]
kafka-version: [1.0.2, 2.6.2, 3.6.2, 3.8.1]
kafka-version: [1.0.2, 2.6.2, 3.6.2, 3.8.1, 4.0.0]
include:
- kafka-version: 1.0.2
scala-version: 2.11
@@ -26,6 +26,8 @@ jobs:
scala-version: 2.13
- kafka-version: 3.8.1
scala-version: 2.13
- kafka-version: 4.0.0
scala-version: 2.13
uses: ./.github/workflows/fvt.yml
with:
go-version: ${{ matrix.go-version }}