Skip to content

Commit

Permalink
Uses Oracle JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Oct 26, 2023
1 parent 2a17f98 commit 8f30a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
experimental: false
cache-id: "jdk-ea-simple"
java: "22-ea"
dist: zulu
dist: oracle
flags: "-Dexperimental -DdisableStaticAnalysis"
- title: "Experimental JDK EA (full)"
experimental: true
cache-id: "jdk-ea-full"
java: "22-ea"
dist: zulu
dist: oracle
flags: ""
runs-on: ubuntu-latest
steps:
Expand All @@ -69,7 +69,7 @@ jobs:
${{ runner.os }}-mvn-${{ matrix.cache-id }}
- name: 'Set up JDK ${{ matrix.java }}'
if: ${{ !(matrix.experimental && github.event_name == 'pull_request') }}
uses: actions/setup-java@v3
uses: actions/setup-java@v3.10
with:
distribution: ${{ matrix.dist }}
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 8f30a39

Please sign in to comment.