Revert "Test on Java LTS 14 and remove Java 15"

This reverts commit f7e34671c3.
This commit is contained in:
Alex Herbert 2020-10-03 07:47:46 +01:00
parent f7e34671c3
commit 84aabf0009
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 14 ]
java: [ 8, 11, 15 ]
experimental: [false]
include:
- java: 16-ea