enable java 9 and 11 testing to see if they work

This commit is contained in:
Gabriel Pettier 2019-12-14 14:50:55 +01:00
parent 46718d07ab
commit c0174ddfb1
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ jobs:
- '3.8'
java:
- '8'
# - '9' # commented out just for faster CI
- '9' # commented out just for faster CI
- '10'
# - '11' # commented out just for faster CI
- '11' # commented out just for faster CI
- '12'
os:
- 'ubuntu-latest'