ktlint-gradle icon indicating copy to clipboard operation
ktlint-gradle copied to clipboard

Configure Travis CI to test with JDK 9 & 10

Open JLLeitschuh opened this issue 7 years ago • 3 comments

Just generally checking for JDK 9 and 10 compatibility is a good idea.

JLLeitschuh avatar Jun 06 '18 03:06 JLLeitschuh

Should it be mandatory check or just optional one (allowed to fail)?

Tapchicoma avatar Jun 06 '18 18:06 Tapchicoma

Probably mandatory given the speed at which Java 9 and 10 is being adopted. Unless the tests are flaky on those VMs

JLLeitschuh avatar Jun 06 '18 23:06 JLLeitschuh

I would propose to do it only for LTS JDK versions - add only Openjdk 11 on Travis CI.

Tapchicoma avatar Apr 28 '19 19:04 Tapchicoma