I want to test this package with JDK8 and JDK11 (and more in the future). The following invocation in the Travis config does that
dist: bionic
env:
- JAVA_HOME=/usr/local/lib/jvm/openjdk8
- JAVA_HOME=/usr/local/lib/jvm/openjdk11
However, the test matrix is already very complex, and I'm not sure if adding more dimensions to it is a good idea.
Should we go ahead nevertheless? Or should we remove windows testing from Travis, and just use appveyor for windows? Should we look into github actions?
cc: @mkitti
I want to test this package with JDK8 and JDK11 (and more in the future). The following invocation in the Travis config does that
However, the test matrix is already very complex, and I'm not sure if adding more dimensions to it is a good idea.
Should we go ahead nevertheless? Or should we remove windows testing from Travis, and just use appveyor for windows? Should we look into github actions?
cc: @mkitti