Skip to content

Commit 348ef61

Browse files
committed
Switch to Temurin for JDK 23 (#4005)
1 parent 10c67f7 commit 348ef61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cross-version.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
jdk:
2323
- version: 22
2424
type: ga
25-
distribution: temurin
2625
- version: 23
2726
type: ga
28-
distribution: oracle
2927
- version: 24
3028
type: ea
3129
- version: 24
@@ -51,7 +49,7 @@ jobs:
5149
if: matrix.jdk.type == 'ga'
5250
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
5351
with:
54-
distribution: ${{ matrix.jdk.distribution }}
52+
distribution: ${{ matrix.jdk.distribution || 'temurin' }}
5553
java-version: ${{ matrix.jdk.version }}
5654
check-latest: true
5755
- name: 'Prepare JDK${{ matrix.jdk.version }} env var'

0 commit comments

Comments
 (0)