-
Notifications
You must be signed in to change notification settings - Fork 424
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
Run tests on Java 5/6/7 in CI environment #1504
Comments
I was unable to automate testing on Java 5 in the GitHub Actions CI environment, mainly because I could not find a way to install Java 5... (Downloading the Java 5 binaries from the Oracle Archive requires an account, agreeing to some license, etc. I could not see how to automate this easily.) The current state is that the GitHub Actions CI builds picocli and runs the tests on Java 6 and 7. The configuration for building on Java 5-6-7 lives in the |
Investigate whether it is possible to run the tests on a Java 5, Java 6 and/or Java 7 in a CI environment like GitHub Actions Workflow or Travis.
Perhaps this GitHub action is useful:
https://github.com/gradle/gradle-build-action
The text was updated successfully, but these errors were encountered: