From 0cc7848755b0b1c07552a51f3968cebd3e0894c2 Mon Sep 17 00:00:00 2001 From: sullis Date: Tue, 19 Mar 2024 09:08:11 -0700 Subject: [PATCH] add Java 21 to CI build --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0269ee5..6ba8a77 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - java: [ '8', '11', '17' ] + java: [ '8', '11', '17', '21' ] steps: - uses: actions/checkout@v4