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

Cleanup github workflows add latest JDK #8652

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

yschimke
Copy link
Collaborator

No description provided.

@yschimke yschimke added the jdkversions JDK 8, 17, 19 etc. label Jan 18, 2025
@yschimke yschimke marked this pull request as draft January 18, 2025 12:39
Comment on lines +414 to +430
- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11

- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 23

- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11
- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 23
- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Configure JDKs
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: |
11
17
23

Comment on lines +448 to +464
- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11

- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 24-ea

- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11
- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 24-ea
- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Configure JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: |
11
17
24-ea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jdkversions JDK 8, 17, 19 etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants