From e18b29eef834dd92cfbd289eab7eb83bdb76b3af Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:16:32 -0400 Subject: [PATCH] Run build on JDK 17 and 21-ea (#424) --- .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 d6bca0bc..580031f6 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