Fix Oracle macOS E2E version check - #1243
Merged
brunoborges merged 1 commit intoAug 18, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d4f1997e-98a5-4dec-b5fc-2f0fcf1abd27
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Oracle macOS Intel E2E “floating major version” matrix entry to avoid Oracle JDK 17 macOS x64 no longer having a /latest/ artifact, which breaks the workflow’s concrete-version assertion.
Changes:
- Switch Oracle
macos-15-intelE2E matrix from JDK17to21so the/latest/download path remains available. - Preserve the intent of the E2E check that asserts a floating major version resolves to a concrete (full) version string.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/e2e-versions.yml | Updates the Oracle macOS Intel matrix version from 17→21 to keep the “floating version resolves to concrete version” E2E assertion valid. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Oracle no longer publishes the macOS x64 JDK 17
/latest/artifact, so setup-java falls back to the immutable GA archive whose concrete version is17. Update the macOS Intel Oracle matrix case to JDK 21, where/latest/remains available and the concrete-version assertion continues to test the intended floating-download behavior.Related issue:
https://github.com/actions/setup-java/actions/runs/32085636736/job/95557484658#step:4:16
Check list:
npm run checklocally (format, lint, build, test) and all checks pass.