From c3b481dc62109201b6d360a5b8ec14de54180829 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 15 Aug 2024 08:46:42 -0400 Subject: [PATCH] Add Java 24-ea to GitHub CI --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a03e64e..129be65 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,6 +33,8 @@ jobs: include: - java: 23-ea experimental: true + - java: 24-ea + experimental: true steps: - name: Checkout repository