Skip to content

Commit

Permalink
Java 15 is now the official release
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Sep 23, 2020
1 parent 433e39b commit 9c4104c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ matrix:
- env: DEPLOY='linux'
jdk: openjdk11

- env: DEPLOY='linux-14'
jdk: openjdk14
- env: DEPLOY='linux-15'
jdk: openjdk15

- env: DEPLOY='linux-early-access'
jdk: openjdk-ea
Expand All @@ -20,9 +20,9 @@ matrix:
os: osx
jdk: openjdk11

- env: DEPLOY='macos-14'
- env: DEPLOY='macos-15'
os: osx
jdk: openjdk14
jdk: openjdk15

- env: DEPLOY='macos-early-access'
os: osx
Expand Down

0 comments on commit 9c4104c

Please sign in to comment.