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-rabbitmq.git
The following commit(s) were added to refs/heads/main by this push:
new 3d717b2 [hotfix] Update Flink version for weekly tests from 1.16.2 to
1.16.3 and from 1.17.1 to 1.17.2
3d717b2 is described below
commit 3d717b21db41dba2561f11fcb93423ad0aabccd4
Author: Martijn Visser <[email protected]>
AuthorDate: Fri Jan 12 10:12:50 2024 +0100
[hotfix] Update Flink version for weekly tests from 1.16.2 to 1.16.3 and
from 1.17.1 to 1.17.2
---
.github/workflows/weekly.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index cf31d3e..f7396ed 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -41,10 +41,10 @@ jobs:
jdk: '8, 11, 17, 21',
branch: main
}, {
- flink: 1.16.2,
+ flink: 1.16.3,
branch: v3.0
}, {
- flink: 1.17.1,
+ flink: 1.17.2,
branch: v3.0
}, {
flink: 1.18.0,