Skip to content

Commit fd51970

Browse files
committed
Fix GitHub action for Java 15-ea.
1 parent 575c8b5 commit fd51970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
java: [ 8, 11, 14 ]
2828
experimental: [false]
2929
include:
30-
- node: 15-ea
30+
- java: 15-ea
3131
experimental: true
3232

3333
steps:

0 commit comments

Comments
 (0)