This is an automated email from the ASF dual-hosted git repository.
martijnvisser 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 45cbf785 [hotfix] change Flink matrix to resolve Flink correctly (#179)
45cbf785 is described below
commit 45cbf78522e5b603836cdc30205219627f9b79b7
Author: David Radley <[email protected]>
AuthorDate: Wed Nov 19 11:59:03 2025 +0000
[hotfix] change Flink matrix to resolve Flink correctly (#179)
Signed-off-by: davidradl <[email protected]>
---
.github/workflows/push_pr.yml | 2 +-
.github/workflows/weekly.yml | 20 ++++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index daee806c..1f3a58ae 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -28,7 +28,7 @@ jobs:
compile_and_test:
strategy:
matrix:
- flink: [2.0.0]
+ flink: [2.0.1, 2.1.1]
jdk: [ '17' ]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 91864b18..d6323ca6 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -30,25 +30,25 @@ jobs:
strategy:
matrix:
flink_branches: [{
- flink: 2.1-SNAPSHOT,
+ flink: 2.2-SNAPSHOT,
jdk: '17',
branch: main
}, {
- flink: 2.0-SNAPSHOT,
+ flink: 2.1.1,
jdk: '17',
- branch: main
+ branch: v4.0
}, {
- flink: 2.0.0,
+ flink: 2.0.1,
jdk: '17',
- branch: main
+ branch: v4.0
}, {
- flink: 1.19.1,
+ flink: 1.20.3,
jdk: '8, 11, 17, 21',
- branch: v3.2
+ branch: v3.3
}, {
- flink: 1.18.0,
- jdk: '8, 11, 17',
- branch: v3.1
+ flink: 1.19.3,
+ jdk: '8, 11, 17, 21',
+ branch: v3.2
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with: