From 46f2d3686876e69bbafa656a57be48a83a61de83 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 14 Aug 2024 14:32:12 -0400 Subject: [PATCH] Make Java 22 a normal build on GitHub CI --- .github/workflows/maven.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9848557..a03e64e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,11 +28,9 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11, 17, 21 ] + java: [ 8, 11, 17, 21, 22 ] experimental: [false] include: - - java: 22 - experimental: true - java: 23-ea experimental: true