Fix GitHub Actions JDK setup label by codingkiddo · Pull Request #565 · Kong/unirest-java (original) (raw)

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.