Skip to content

Commit

Permalink
Adds Java 23 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Sep 24, 2024
1 parent 8ecf211 commit c8beb6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
java: 21
dist: temurin
flags: ""
- title: "Supported JDK 22"
- title: "Supported JDK 23"
experimental: false
cache-id: "jdk22"
java: 22
cache-id: "jdk23"
java: 23
dist: temurin
flags: ""
- title: "Experimental JDK EA (simplified)"
Expand Down

0 comments on commit c8beb6b

Please sign in to comment.