spuru9 commented on code in PR #228:
URL:
https://github.com/apache/flink-connector-jdbc/pull/228#discussion_r4058010944
##########
.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:
If I understand it correctly
Have moved the 1.20 to just 8. and other older 2.x are just 17.
For the latest it would be nice to test across a couple version so kept it
at 11, 17, 21 (similar to kafka)
The total count remains the name (6)
Have kept PR for 2.1.x up given we will have that a min support as per the
pom. so 6 runs as well.
--
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]