Skip to content

Fix java test: Update expected version from 24 to 25#1572

Draft
Copilot wants to merge 2 commits intocopilot/fix-github-actions-workflow-another-onefrom
copilot/fix-github-actions-workflow-one-more-time
Draft

Fix java test: Update expected version from 24 to 25#1572
Copilot wants to merge 2 commits intocopilot/fix-github-actions-workflow-another-onefrom
copilot/fix-github-actions-workflow-one-more-time

Conversation

Copy link
Contributor

Copilot AI commented Feb 13, 2026

The install_latest_version test was failing because SDKMAN now provides Java 25.0.2-ms (Microsoft OpenJDK build 25.0.2+10-LTS) as the latest version, but the test still checked for version 24.

Changes

  • Updated version assertion in test/java/install_latest_version.sh from grep "24" to grep "25"
-check "java version latest installed" grep "24" <(java --version)
+check "java version latest installed" grep "25" <(java --version)
Original prompt

Fix the failing GitHub Actions workflow test-scenarios (java)
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 63522144347
Job URL: https://github.com/devcontainers/features/actions/runs/21986552191/job/63522144347


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions workflow test-scenarios Fix java test: Update expected version from 24 to 25 Feb 13, 2026
Copilot AI requested a review from abdurriq February 13, 2026 15:10
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.

2 participants