From c86575e956be2d9af8e7aa084b1d47a1b32e5b7e Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Thu, 10 Oct 2024 16:17:00 -0600 Subject: [PATCH] java 23 is out --- .github/workflows/java.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 5dc5a8f..55ee024 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -17,8 +17,7 @@ jobs: # when you edit this be sure to edit "release" job's too - '17' # EOL: 2026-09 - '21' # EOL: 2028-09 - - '22' # EOL: 2024-09 - #- '23' # REL: 2024-09 + - '23' # EOL: 2030-09 #- '24' # REL: 2025-03 #- '25' # REL: 2025-09 # see supported java release schedule at https://www.oracle.com/java/technologies/java-se-support-roadmap.html