upgrade to java 11

This commit is contained in:
Felix Nieuwenhuizen 2020-12-01 06:41:08 +01:00
parent 517f8ab90d
commit 99c3589742
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ matrix:
- os: linux
dist: focal
compiler: clang
jdk: openjdk8
jdk: openjdk11
env:
- TARGET=cpp
- CXX=g++-10
@ -38,7 +38,7 @@ matrix:
- os: linux
dist: focal
compiler: clang
jdk: openjdk8
jdk: openjdk11
env:
- TARGET=cpp
- CXX=g++-10
@ -55,7 +55,7 @@ matrix:
- os: linux
dist: focal
compiler: clang
jdk: openjdk8
jdk: openjdk11
env:
- TARGET=cpp
- CXX=g++-10