Skip to content

Commit

Permalink
instead of jdk15ga and jdk16ea use jdk16ga and jdk17ea for tests (gra…
Browse files Browse the repository at this point in the history
…phhopper#2288)

* instead of jdk15ga, jdk16ea use jdk16ga and jdk17ea for tests

* fix
  • Loading branch information
karussell authored Apr 20, 2021
1 parent af28b95 commit 12675b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ env:
matrix:
include:
- jdk: openjdk8
- env: JDK='OpenJDK 15'
install: . ./install-jdk.sh -F 15 -C --url 'https://api.adoptopenjdk.net/v3/binary/latest/15/ga/linux/x64/jdk/hotspot/normal/adoptopenjdk'
- env: JDK='OpenJDK 16'
install: . ./install-jdk.sh -F 16 -C --url 'https://api.adoptopenjdk.net/v3/binary/latest/16/ea/linux/x64/jdk/hotspot/normal/adoptopenjdk'
install: . ./install-jdk.sh -F 16 -C --url 'https://api.adoptopenjdk.net/v3/binary/latest/16/ga/linux/x64/jdk/hotspot/normal/adoptopenjdk'
- env: JDK='OpenJDK 17'
install: . ./install-jdk.sh -F 17 -C --url 'https://api.adoptopenjdk.net/v3/binary/latest/17/ea/linux/x64/jdk/hotspot/normal/adoptopenjdk'

# avoid default dependency command for maven, 'true' means 'return true' and continue
install: true
Expand Down

0 comments on commit 12675b7

Please sign in to comment.