Skip to content

Commit

Permalink
Update JDK versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Nov 3, 2024
1 parent 478b29f commit 53158f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/src/main/java/com/io7m/ghrepostools/GHRTWorkflows.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public GHRTWorkflows()

}

public static int JDK_CURRENT = 22;
public static int JDK_LTS = 21;
public static int JDK_CURRENT = 23;
public static int JDK_LTS = 23;

public List<GHRTWorkflow> workflows()
{
Expand Down

0 comments on commit 53158f9

Please sign in to comment.