Skip to content

Commit

Permalink
Adds JDK 22 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Mar 25, 2024
1 parent 2e75718 commit 5cdfb1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
java: 21
dist: temurin
flags: ""
- title: "Supported JDK 22"
experimental: false
cache-id: "jdk22"
java: 22
dist: temurin
flags: ""
- title: "Experimental JDK EA (simplified)"
experimental: true
cache-id: "jdk-ea-simple"
Expand Down

0 comments on commit 5cdfb1b

Please sign in to comment.