File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 matrix :
1616 # os: [macos-latest, ubuntu-latest, windows-latest]
1717 os : [ubuntu-latest]
18- java-version : [17, 21, 24]
18+ java-version : [21, 24, 26 ]
1919
2020 runs-on : ${{ matrix.os }}
2121
@@ -28,13 +28,13 @@ jobs:
2828 with :
2929 website : jdk.java.net
3030 release : ${{ matrix.java-version }}
31- if : ${{matrix.java-version != 17 && matrix.java-version != 21}}
31+ if : ${{matrix.java-version != 21}}
3232 - name : Set JDK ${{ matrix.java-version }} from Zulu
3333 uses : actions/setup-java@v3
3434 with :
3535 distribution : ' zulu'
3636 java-version : ${{ matrix.java-version }}
37- if : ${{matrix.java-version == 17 || matrix.java-version == 21}}
37+ if : ${{matrix.java-version == 21}}
3838 - name : JDK Version
3939 run : java --version
4040 - name : Enable Maven Cache
You can’t perform that action at this time.
0 commit comments