We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c67f7 commit 348ef61Copy full SHA for 348ef61
.github/workflows/cross-version.yml
@@ -22,10 +22,8 @@ jobs:
22
jdk:
23
- version: 22
24
type: ga
25
- distribution: temurin
26
- version: 23
27
28
- distribution: oracle
29
- version: 24
30
type: ea
31
@@ -51,7 +49,7 @@ jobs:
51
49
if: matrix.jdk.type == 'ga'
52
50
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
53
with:
54
- distribution: ${{ matrix.jdk.distribution }}
+ distribution: ${{ matrix.jdk.distribution || 'temurin' }}
55
java-version: ${{ matrix.jdk.version }}
56
check-latest: true
57
- name: 'Prepare JDK${{ matrix.jdk.version }} env var'
0 commit comments