Skip to content

Commit

Permalink
Re-enables early access builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Oct 17, 2023
1 parent 10f08ff commit ff9893a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ jobs:
java: 21
dist: zulu
flags: ""
- title: "Experimental JDK EA (simplified)"
experimental: false
cache-id: "jdk-ea-simple"
java: "22-ea"
dist: zulu
flags: "-Dexperimental -DdisableStaticAnalysis"
- title: "Experimental JDK EA (full)"
experimental: true
cache-id: "jdk-ea-full"
java: "22-ea"
dist: zulu
flags: ""
runs-on: ubuntu-latest
steps:
- name: 'Checkout from Git'
Expand Down

0 comments on commit ff9893a

Please sign in to comment.