| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
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. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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
Testing
Configuration-only change. Existing workflow still uses JDK 21.