Skip to content

Commit

Permalink
Updates CI for Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Mar 22, 2023
1 parent ebe8e7f commit de06adc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
java: 17
dist: temurin
flags: ""
- title: "Supported JDK 19"
- title: "Supported JDK 20"
experimental: false
cache-id: "jdk19"
java: 19
dist: temurin
cache-id: "jdk20"
java: 20
dist: zulu
flags: ""
- title: "Experimental JDK EA (simplified)"
experimental: false
Expand Down

0 comments on commit de06adc

Please sign in to comment.