This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new 80988bd2f [KYUUBI #6167] Drop JDK 11 on GitHub Actions
80988bd2f is described below
commit 80988bd2f522f5ff5febe943be9505d780cde188
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Mar 12 10:43:36 2024 +0800
[KYUUBI #6167] Drop JDK 11 on GitHub Actions
# :mag: Description
## Issue References ๐
Drop JDK 11 on GitHub Actions to save CI resources.
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
Pass GA
---
# Checklist ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6167 from pan3793/ci-drop-java11.
Closes #6167
880af7f0e [Cheng Pan] Drop JDK 11 on GitHub Actions
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit a5ae9b1a0cc8bca7640519f916b9089e4c2c11ef)
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/master.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 0682bd203..e4545cbde 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -45,7 +45,6 @@ jobs:
matrix:
java:
- 8
- - 11
- 17
spark:
- '3.1'
@@ -229,7 +228,6 @@ jobs:
matrix:
java:
- 8
- - 11
flink:
- '1.16'
- '1.17'
@@ -346,7 +344,6 @@ jobs:
matrix:
java:
- 8
- - 11
comment: [ "normal" ]
steps:
- uses: actions/checkout@v3
@@ -387,7 +384,6 @@ jobs:
matrix:
java:
- 8
- - 11
comment: [ "normal" ]
steps:
- uses: actions/checkout@v3