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

Consider testing on the latest Java release #1829

Closed
dmitry-timofeev opened this issue Nov 26, 2019 · 2 comments
Closed

Consider testing on the latest Java release #1829

dmitry-timofeev opened this issue Nov 26, 2019 · 2 comments

Comments

@dmitry-timofeev
Copy link
Contributor

Currently the project is tested with the following JDKs:

  • 8
  • 9
  • 10
  • 11

I suggest to add a job to test with the latest release, which is 13 at the moment, and move it as the next version is released, to ensure that Mockito is compatible with the latest JDK.

Don't know if it makes sense to create separate issues, but it could also be considered to:

  • Test on early-access builds, to know if Mockito is compatible with upcoming releases (likely, allowing failures)
  • Drop jobs for 9, and 10 as these versions are not supported (to the best of my knowledge, there are no updates in the OpenJDK upstream and no updated builds either by Oracle, or AdoptOpenJDK, or other providers)

Related: #1827

@TimvdLippe
Copy link
Contributor

Good point, I don't know what our official Java-compatibility matrix is now that Java is releasing every 6 months. @mockito/developers What about testing on the following versions:

  • 8
  • 11
  • latest
  • (14 when that comes out)

E.g. we test on every LTS and do a build on the latest as well so that we are aware of canary failures.

@TimvdLippe
Copy link
Contributor

We are now doing this.

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

No branches or pull requests

2 participants