From b0a96894058103002603a31ebc0d2741bd5259fa Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:29:29 -0400 Subject: [PATCH] Run build on JDK 17 and 21-ea --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96a88755..68d65c94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - java_version: ['17', '20'] + java_version: ['17', '21-ea'] steps: # Check out the project - uses: actions/checkout@v4