Skip to content

Commit 97b6947

Browse files
authored
[hotfix] Fix v4.0 JDK config in weekly.yml
1 parent ad35526 commit 97b6947

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/weekly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
branch: main
3535
}, {
3636
flink: 1.19.3,
37-
branch: v4.0
37+
branch: v4.0,
38+
jdk: '8, 11'
3839
}]
3940
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
4041
with:

0 commit comments

Comments
 (0)