Skip to content

Commit

Permalink
[KYUUBI #6180][FOLLOWUP] Update the setup JDK name in nightly.yml
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

This pull request fixes CI step name which makes confusing, followup: #6180

![image](https://github.com/apache/kyuubi/assets/42756849/cb06e4d5-f9ea-4186-adba-65f1b7853845)

## 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 🔖

- [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 ⚰️

#### Behavior With This Pull Request 🎉

#### 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

d8002d4 [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]>
  • Loading branch information
2 people authored and pan3793 committed Apr 9, 2024
1 parent a217604 commit f7cf648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7cf648

Please sign in to comment.