Replace Java 15 with Java 16 in Travis CI.

This commit is contained in:
Gary Gregory 2021-06-06 10:46:31 -04:00
parent 601e976b0d
commit 197d504347
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ cache:
jdk:
- openjdk8
- openjdk11
- openjdk15
- openjdk16
- openjdk-ea
matrix: