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

Support stable EA builds #83

Merged
merged 5 commits into from
Jun 14, 2024
Merged

Support stable EA builds #83

merged 5 commits into from
Jun 14, 2024

Conversation

sormuras
Copy link
Member

Please review this change that adds support for a ea,stable,... alias key. Usage in workflow files would look like this:

      - name: 'Set up stable EA JDK'
        uses: oracle-actions/setup-java@v1
        with:
          website: jdk.java.net
          release: ea
          version: stable

Closes #82

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 12, 2024
@sormuras sormuras marked this pull request as ready for review June 14, 2024 07:25
@sormuras sormuras requested a review from delabassee June 14, 2024 07:25
Copy link
Contributor

@delabassee delabassee left a comment

Choose a reason for hiding this comment

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

lgtm

@sormuras sormuras merged commit fde7666 into main Jun 14, 2024
3 checks passed
@sormuras sormuras deleted the issues/82-support-ea-stable branch June 14, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Development

Successfully merging this pull request may close these issues.

EA tag moves [too early] during ramp down phase ... so EA builds no longer validate the next JDK release?
2 participants