Skip to content

Commit c6ccfa9

Browse files
committed
Remove Java 15-ea
It is unclear exactly why this started failing but we're not interested figuring this out.
1 parent b6fcee1 commit c6ccfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
os: [ ubuntu, windows ]
54-
java: [ 8, 11, 13, 15-ea ]
54+
java: [ 8, 11, 13, 14 ]
5555
steps:
5656
- uses: actions/checkout@v2
5757
- name: Set up JDK

0 commit comments

Comments
 (0)