This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new f7cf648ad [KYUUBI #6180][FOLLOWUP] Update the setup JDK name in
nightly.yml
f7cf648ad is described below
commit f7cf648ad9d6634cc539e8be0773c6a0439a44c3
Author: Liu Xiao <[email protected]>
AuthorDate: Tue Apr 9 19:38:03 2024 +0800
[KYUUBI #6180][FOLLOWUP] Update the setup JDK name in nightly.yml
# :mag: Description
## Issue References ๐
This pull request fixes CI step name which makes confusing, followup:
https://github.com/apache/kyuubi/pull/6180

## Describe Your Solution ๐ง
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that are
required for this change.
## Types of changes :bookmark:
- [x] 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 ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# Checklist ๐
- [ ] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6280 from liuxiaocs7/patch-1.
Closes #6180
d8002d4ea [Liu Xiao] Update the setup JDK name
Lead-authored-by: Liu Xiao <[email protected]>
Co-authored-by: Liu Xiao <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/nightly.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 17164a4fd..ed512e107 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
- - name: Setup JDK 8
+ - name: Setup JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin