From f553f77be68b44fbb4e5e6e6ea85dee7461a5fee Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 8 May 2024 19:52:23 -0400 Subject: [PATCH] Add Java 22 to GH CI builds --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a1c2b12..3868be6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,10 +28,10 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11, 17, 21 ] + java: [ 8, 11, 17, 21, 22 ] experimental: [false] # include: -# - java: 22-ea +# - java: 23-ea # experimental: true steps: