comment out java 10 from matrix to see if everything else passes

This commit is contained in:
Gabriel Pettier 2020-04-04 00:41:25 +02:00
parent 4063737cbf
commit 5088487c6e
1 changed files with 1 additions and 1 deletions

View File

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