commit | 157935a388f1d2d7003f35a08eea0b8bfca53f3a | [log] [tgz] |
---|---|---|
author | Gary Gregory <garydgregory@gmail.com> | Sun Jul 26 17:24:27 2020 -0400 |
committer | Gary Gregory <garydgregory@gmail.com> | Sun Jul 26 17:24:27 2020 -0400 |
tree | e204fa9cdf2d9d0d1f7cb2e3e006f262ede041f9 | |
parent | 7f991c6238297985a489cbe2afef991ebc0f33f8 [diff] |
Fix GitHub action for Java 15-ea.
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 672c516..8ea3298 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ java: [ 8, 11, 14 ] experimental: [false] include: - - node: 15-ea + - java: 15-ea experimental: true steps: