Skip to content

Commit 9c4104c

Browse files
committed
Java 15 is now the official release
1 parent 433e39b commit 9c4104c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ matrix:
1010
- env: DEPLOY='linux'
1111
jdk: openjdk11
1212

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

1616
- env: DEPLOY='linux-early-access'
1717
jdk: openjdk-ea
@@ -20,9 +20,9 @@ matrix:
2020
os: osx
2121
jdk: openjdk11
2222

23-
- env: DEPLOY='macos-14'
23+
- env: DEPLOY='macos-15'
2424
os: osx
25-
jdk: openjdk14
25+
jdk: openjdk15
2626

2727
- env: DEPLOY='macos-early-access'
2828
os: osx

0 commit comments

Comments
 (0)