This is an automated email from the ASF dual-hosted git repository.
hong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git
The following commit(s) were added to refs/heads/main by this push:
new 5f138ab [hotfix][ci] Update ci to include 1.20.0
5f138ab is described below
commit 5f138ab0cf0f7f0237095cef39af457ac5fa5fa2
Author: Aleksandr Pilipenko <[email protected]>
AuthorDate: Mon Aug 5 17:54:18 2024 +0100
[hotfix][ci] Update ci to include 1.20.0
---
.github/workflows/nightly.yml | 4 ++--
.github/workflows/push_pr.yml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 95c9ebd..1eb0f2e 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -25,7 +25,7 @@ jobs:
if: github.repository_owner == 'apache'
strategy:
matrix:
- flink: [1.18-SNAPSHOT, 1.19-SNAPSHOT, 1.20-SNAPSHOT]
+ flink: [1.19-SNAPSHOT, 1.20-SNAPSHOT]
java: [ '8, 11, 17']
uses: ./.github/workflows/common.yml
with:
@@ -38,7 +38,7 @@ jobs:
python_test:
strategy:
matrix:
- flink: [1.18-SNAPSHOT, 1.19-SNAPSHOT, 1.20-SNAPSHOT]
+ flink: [1.19-SNAPSHOT, 1.20-SNAPSHOT]
uses:
apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 67b006b..b47e29f 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -26,7 +26,7 @@ jobs:
uses: ./.github/workflows/common.yml
strategy:
matrix:
- flink: [1.18.1, 1.19.1]
+ flink: [1.19.1, 1.20.0]
java: [ '8, 11, 17']
with:
flink_version: ${{ matrix.flink }}
@@ -38,7 +38,7 @@ jobs:
python_test:
strategy:
matrix:
- flink: [1.18.1, 1.19.1]
+ flink: [1.19.0, 1.20.0]
uses:
apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}