From 1a7bad7cb9226ace2f52ded282ba4a58ed8193b1 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 22 Apr 2024 17:43:56 -0400 Subject: [PATCH] Test on Java 22 and 23-ea --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7a9bdc4c4..90629c8d7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,8 @@ jobs: experimental: [false] include: - java: 23-ea - experimental: true + experimental: true + steps: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: