This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 669314d4 [hotfix] Apply the correct version matrix in weekly CI
669314d4 is described below
commit 669314d46d8900c6490083854dea1b71f482a67d
Author: Ferenc Csaky <[email protected]>
AuthorDate: Wed Nov 19 13:52:43 2025 +0100
[hotfix] Apply the correct version matrix in weekly CI
---
.github/workflows/weekly.yml | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index d6323ca6..70f04000 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -30,13 +30,9 @@ jobs:
strategy:
matrix:
flink_branches: [{
- flink: 2.2-SNAPSHOT,
+ flink: 2.1-SNAPSHOT,
jdk: '17',
branch: main
- }, {
- flink: 2.1.1,
- jdk: '17',
- branch: v4.0
}, {
flink: 2.0.1,
jdk: '17',
@@ -48,7 +44,7 @@ jobs:
}, {
flink: 1.19.3,
jdk: '8, 11, 17, 21',
- branch: v3.2
+ branch: v3.3
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with: