fix java version for 8

This commit is contained in:
Slawomir Jaranowski
2021-08-28 14:36:49 +02:00
parent 988def43ae
commit c6625954e0

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ]
java: [ '1.8', '11', '16' ]
java: [ '8', '11', '16' ]
maven: [ '3.5.4', '3.6.3', '3.8.2' ]
fail-fast: false