Skip to content

Commit

Permalink
Switch to Temurin for JDK 23 (#4005)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 20, 2024
1 parent 10c67f7 commit 348ef61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cross-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
jdk:
- version: 22
type: ga
distribution: temurin
- version: 23
type: ga
distribution: oracle
- version: 24
type: ea
- version: 24
Expand All @@ -51,7 +49,7 @@ jobs:
if: matrix.jdk.type == 'ga'
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
with:
distribution: ${{ matrix.jdk.distribution }}
distribution: ${{ matrix.jdk.distribution || 'temurin' }}
java-version: ${{ matrix.jdk.version }}
check-latest: true
- name: 'Prepare JDK${{ matrix.jdk.version }} env var'
Expand Down

0 comments on commit 348ef61

Please sign in to comment.