You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could utilize github actions to run all tests for every new commit. It seems that https://github.com/actions/setup-java supports the necessary JDKs. See e.g. our small file to push out a new jar for every commit to github packages and you could run any mvn command there, I think. (for historical reasons we run our tests via travis CI and have not yet migrated everything to github actions)
Edit: if you like I can propose this as a pull request: karussell#1
For JDK 6 I got "Unsupported major.minor version 51.0" (maybe the installed maven version in the image requires a higher java)
https://svn.code.sf.net/p/loggifier/code/de.unkrig.commons/trunk/commons-junit4/src/main/java/de/unkrig/commons/junit4/runner/MultipleJresTestClassRunner.java
should do the trick.
The text was updated successfully, but these errors were encountered: