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 f2e339a
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 @@ -42,14 +42,14 @@ jobs:
- title: "Experimental JDK EA (simplified)"
experimental: false
cache-id: "jdk-ea-simple"
java: "22-ea"
dist: zulu
java: "ea"
dist: oracle
flags: "-Dexperimental -DdisableStaticAnalysis"
- title: "Experimental JDK EA (full)"
experimental: true
cache-id: "jdk-ea-full"
java: "22-ea"
dist: zulu
java: "ea"
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.13.0
with:
distribution: ${{ matrix.dist }}
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit f2e339a

Please sign in to comment.