Skip to content

Commit 7c0896e

Browse files
committed
HTTP-155 remove java 21 from CI matrix
Signed-off-by: davidradl <[email protected]>
1 parent e02f907 commit 7c0896e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
flink: [ 1.20.1 ]
32-
jdk: [ '11, 17, 21' ]
32+
jdk: [ '11, 17' ]
3333
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
3434
with:
3535
flink_version: ${{ matrix.flink }}

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
with:
3838
flink_version: ${{ matrix.flink_branches.flink }}
3939
connector_branch: ${{ matrix.flink_branches.branch }}
40-
jdk_version: ${{ matrix.flink_branches.jdk || '11, 17, 21' }}
40+
jdk_version: ${{ matrix.flink_branches.jdk || '11, 17' }}
4141
run_dependency_convergence: false

0 commit comments

Comments
 (0)