From f0c50a98baa72519eec75dcd280ad9f743fc70ea Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 7 Oct 2024 16:21:49 -0400 Subject: [PATCH] Add Java 23 and 24-ea as experimental --- .github/workflows/maven.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8aa976d72e..9c1dc89cfe 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,9 +33,11 @@ jobs: matrix: java: [ 8, 11, 17, 21 ] experimental: [false] -# include: -# - java: 23 -# experimental: true + include: + - java: 23 + experimental: true + - java: 24-ea + experimental: true steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6