Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop building with JDK 8 at GitHub Actions #2254

Merged
merged 1 commit into from
May 6, 2024
Merged

stop building with JDK 8 at GitHub Actions #2254

merged 1 commit into from
May 6, 2024

Conversation

stephengold
Copy link
Member

Recent macOS builds at GitHub Actions have been failing with the following diagnostics:

##[group]Run actions/setup-java@v4
2024-04-24T01:40:44.9411640Z with:
2024-04-24T01:40:44.9411810Z   distribution: temurin
2024-04-24T01:40:44.9412020Z   java-version: 8
2024-04-24T01:40:44.9412220Z   java-package: jdk
2024-04-24T01:40:44.9412420Z   check-latest: false
2024-04-24T01:40:44.9412670Z   server-id: github
2024-04-24T01:40:44.9412880Z   server-username: GITHUB_ACTOR
2024-04-24T01:40:44.9413130Z   server-password: GITHUB_TOKEN
2024-04-24T01:40:44.9413370Z   overwrite-settings: true
2024-04-24T01:40:44.9413590Z   job-status: success
2024-04-24T01:40:44.9413870Z   token: ***
2024-04-24T01:40:44.9414030Z ##[endgroup]
2024-04-24T01:40:45.1018110Z ##[group]Installed distributions
2024-04-24T01:40:45.1059500Z Trying to resolve the latest version from remote
2024-04-24T01:40:45.2091430Z ##[error]Could not find satisfied version for SemVer '8'. 
Available versions: 22.0.1+8, 22.0.0+36, 21.0.3+9.0.LTS, 21.0.2+13.0.LTS, 21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36, 19.0.2+7, 19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36, 17.0.11+9, 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7, 17.0.6+10, 17.0.5+8, 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12, 17.0.0+35, 11.0.23+9, 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8, 11.0.19+7, 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10

Apparently Java 8 is no longer available for GitHub's "macOS-latest" platform. It's time to take JDK 8 out of the build matrix.

@scenemax3d scenemax3d added this to the v3.7.0 milestone May 6, 2024
@scenemax3d scenemax3d merged commit c81381a into master May 6, 2024
11 checks passed
@stephengold stephengold deleted the end-java-8 branch May 6, 2024 21:01
@stephengold stephengold added the buildscript An issue with the buildscript label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
buildscript An issue with the buildscript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants