CircleCI-Public / cimg-openjdk

The CircleCI OpenJDK (Java) Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/openjdk
MIT License
18 stars 25 forks source link

Ignore beta java versions when updating #199

Closed joshhsoj1902 closed 7 months ago

joshhsoj1902 commented 7 months ago

Description

A brief description of the changes in this PR.

The auto update bot PR has been failing because it detected a beta java versions that it's not setup to handle. This updates the script to ignore beta versions.

This was tested here: https://app.circleci.com/pipelines/github/CircleCI-Public/cimg-openjdk/1411/workflows/f5f991fd-79ae-4c94-a19a-ffc01eccad00/jobs/1674?invite=true#step-107-1758_42

Reasons

Please provide reasoning for these changes and how this PR achieves them.

If applicable, include a link to the related GitHub issue that this PR will close.

Checklist

Please check through the following before opening your PR. Thank you!