From ab2886d565086bb3e54c7bde811b746e141c03d9 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 28 Sep 2021 11:01:03 -0400 Subject: [PATCH] Update GitHub build from Java 16 to 17. Update GitHub build from Java 17-EA to 18-EA but comment it (not there yet). --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d7decb04..d85da2e8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,11 +24,11 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 8, 11, 16 ] + java: [ 8, 11, 17 ] experimental: [false] - include: - - java: 17-ea - experimental: true +# include: +# - java: 18-ea +# experimental: true steps: - uses: actions/checkout@v2.3.4