Skip to content

Commit 2f5e3cf

Browse files
committed
[hotfix] Add Java 21 as JDK to test for Flink 1.19.0 weekly runs
1 parent 897001d commit 2f5e3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
}, {
5252
flink: 1.19.0,
5353
branch: v3.1,
54-
jdk: '8, 11, 17',
54+
jdk: '8, 11, 17, 21',
5555
}]
5656
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
5757
with:

0 commit comments

Comments
 (0)