Skip to content

Commit

Permalink
Temporarily removes EA version builds from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Sep 21, 2023
1 parent 6925dd5 commit 24d7fe5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ 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 24d7fe5

Please sign in to comment.