Skip to content

Fix GitHub Actions JDK setup label#565

Merged
ryber merged 1 commit intoKong:mainfrom
codingkiddo:fix-github-actions-jdk-label
Apr 29, 2026
Merged

Fix GitHub Actions JDK setup label#565
ryber merged 1 commit intoKong:mainfrom
codingkiddo:fix-github-actions-jdk-label

Conversation

@codingkiddo
Copy link
Copy Markdown

Summary

Updates the GitHub Actions setup step label from Set up JDK 1.11 to Set up JDK 21.

Motivation

The workflow already uses java-version: '21', but the step name still says JDK 1.11. This can confuse contributors when setting up the project locally, especially because the test runtime uses newer dependencies.

Changes

  • Renamed the GitHub Actions Java setup step to match the configured JDK version.
  • No build, dependency, or Java compatibility changes.

Testing

Configuration-only change. Existing workflow still uses JDK 21.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Vinod Kumar seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@ryber ryber merged commit 3be0ad0 into Kong:main Apr 29, 2026
1 check passed
@ryber
Copy link
Copy Markdown
Collaborator

ryber commented Apr 29, 2026

Thanks @codingkiddo 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants