From 8e953c0c17a2fd251e30f6c2673da64e18181e7b Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 29 Dec 2020 19:08:54 -0500 Subject: [PATCH] Add Java 17-EA to the GitHub build. --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5168c4b9..fd28eb39 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,6 +29,8 @@ jobs: include: - java: 16-ea experimental: true + - java: 17-ea + experimental: true steps: - uses: actions/checkout@v2.3.4