From c804b66e2f7566505484e541e060b2c660ee4daf Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 29 Dec 2020 19:14:23 -0500 Subject: [PATCH] Add Java 17-EA to the GitHub build. --- .github/workflows/maven.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6768a6c..83647e7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,7 +29,9 @@ jobs: include: - java: 16-ea experimental: true - + - java: 17-ea + experimental: true + steps: - uses: actions/checkout@v2.3.4 - uses: actions/cache@v2