Remove Java 15-ea

It is unclear exactly why this started failing but we're not interested figuring this out.
This commit is contained in:
Liam Newman
2020-07-15 15:19:06 -07:00
parent b6fcee1cb9
commit c6ccfa91f3

View File

@@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu, windows ]
java: [ 8, 11, 13, 15-ea ]
java: [ 8, 11, 13, 14 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK