FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix Oracle macOS E2E version check by brunoborges · Pull Request #1243 · actions/setup-java · GitHub

Fix Oracle macOS E2E version check - #1243

Merged
brunoborges merged 1 commit into
actions:mainfrom
brunoborges:brunoborges-fix-failing-java-job
Aug 18, 2026
Merged

Fix Oracle macOS E2E version check#1243
brunoborges merged 1 commit into
actions:mainfrom
brunoborges:brunoborges-fix-failing-java-job

Conversation

Copy link
Copy Markdown
Contributor

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 is 17. 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:

  • Ran npm run check locally (format, lint, build, test) and all checks pass.
  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: d4f1997e-98a5-4dec-b5fc-2f0fcf1abd27
brunoborges requested a review from a team as a code owner August 18, 2026 01:22
Copilot AI lite review requested due to automatic review settings August 18, 2026 01:22
brunoborges merged commit ff99aa1 into actions:main Aug 18, 2026
65 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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-intel E2E matrix from JDK 17 to 21 so 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL