Skip to content

Commit

Permalink
Updates Java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Jan 27, 2023
1 parent fa617f5 commit b203208
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ jobs:
java: 17
dist: temurin
flags: ""
- title: "Supported JDK 18"
- title: "Supported JDK 19"
continue-on-error: false
cache-id: "jdk18"
java: 18
cache-id: "jdk19"
java: 19
dist: temurin
flags: ""
- title: "Experimental JDK EA (simplified)"
continue-on-error: false
cache-id: "jdk-ea-simple"
java: "19-ea"
java: "21-ea"
dist: zulu
flags: "-Dexperimental -DdisableStaticAnalysis"
- title: "Experimental JDK EA (full)"
continue-on-error: true
cache-id: "jdk-ea-full"
java: "19-ea"
java: "21-ea"
dist: zulu
flags: ""
runs-on: ubuntu-latest
Expand Down

0 comments on commit b203208

Please sign in to comment.