Travis: Stop building with Java 9 and 10, as these are superseded by Java 11 and not supported anymore.
This commit is contained in:
parent
60b8f18e46
commit
aae1a0a681
|
@ -17,8 +17,6 @@ language: java
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
- oraclejdk9
|
|
||||||
- openjdk10
|
|
||||||
- openjdk11
|
- openjdk11
|
||||||
- openjdk-ea
|
- openjdk-ea
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue