Skip to content

Commit e3fcae9

Browse files
committed
Revert "Remove Java 15-ea"
This reverts commit c6ccfa9.
1 parent c6ccfa9 commit e3fcae9

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, 14 ]
54+
java: [ 8, 11, 13, 15-ea ]
5555
steps:
5656
- uses: actions/checkout@v2
5757
- name: Set up JDK

0 commit comments

Comments
 (0)