Skip to content

Commit

Permalink
chore(ci): add 4.0.0 to FV tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Evans <[email protected]>
  • Loading branch information
dnwe committed Dec 23, 2024
1 parent f6a85f8 commit 8ded8b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/fvt-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fvt-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 8ded8b3

Please sign in to comment.