From 805e80713066dbdb0baa43ac8bdeba1fe5b5fad8 Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:20:56 -0400 Subject: [PATCH] Run build on JDK 17 and 21 --- .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..53113da0 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'] steps: # Check out the project - uses: actions/checkout@v4