spuru9 commented on code in PR #228:
URL:
https://github.com/apache/flink-connector-jdbc/pull/228#discussion_r4057899711
##########
.github/workflows/weekly.yml:
##########
@@ -31,21 +31,24 @@ jobs:
fail-fast: false
matrix:
flink_branches: [{
- flink: 2.2-SNAPSHOT,
- jdk: '17',
+ flink: 2.4-SNAPSHOT,
branch: main
}, {
- flink: 2.2.0,
+ flink: 2.3.0,
+ jdk: '17',
+ branch: v4.1
+ }, {
+ flink: 2.2.1,
jdk: '17',
Review Comment:
Will make the change.
Moving to draft, will run some more CI checks locally over all combinations
once more before opening the PR. Seems like java 21 is not fully compatible
with the tests right now.
To catch such issues I would like to keep 21 in the latest to catch at PR
build, wdyt?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]