mirror of
https://github.com/lightbend/config.git
synced 2025-03-22 23:30:27 +08:00
Support only Java 8
Java 7 is EOL in April and will no longer be receiving updates. Akka is dropping Java 7 support in version 2.4. Play has also decided to drop support for Java 7 in Play 2.4. Supporting Java 8 would be nice because it would allow us to do autoconversions to the new time API like java.time.Duration
This commit is contained in:
parent
1f50c19b59
commit
b9c3df6bb5
@ -15,7 +15,7 @@ cache:
|
|||||||
language: scala
|
language: scala
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk6
|
- oraclejdk8
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sbt ++$TRAVIS_SCALA_VERSION test
|
- sbt ++$TRAVIS_SCALA_VERSION test
|
||||||
|
Loading…
Reference in New Issue
Block a user