This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch v3.1
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/v3.1 by this push:
new 390d7bc9 [hotfix] Use 1.16.x as minimum supported version in pom
390d7bc9 is described below
commit 390d7bc9139204fbfc48fe275a69eb60c4807fb5
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Wed Jan 31 16:44:11 2024 +0100
[hotfix] Use 1.16.x as minimum supported version in pom
---
.github/workflows/push_pr.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index a54f4a0d..38724aef 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -25,7 +25,7 @@ jobs:
compile_and_test:
strategy:
matrix:
- flink: [1.17-SNAPSHOT]
+ flink: [ 1.16-SNAPSHOT, 1.17-SNAPSHOT ]
jdk: [ '8, 11' ]
include:
- flink: 1.18-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index dd645500..9d44d460 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@ under the License.
</modules>
<properties>
- <flink.version>1.17.0</flink.version>
+ <flink.version>1.16.0</flink.version>
<jackson-bom.version>2.13.4.20221013</jackson-bom.version>
<junit4.version>4.13.2</junit4.version>