File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 strategy :
2727 max-parallel : 4
2828 matrix :
29- java-version : [11, 17, 20 ]
29+ java-version : [11, 17, 21 ]
3030 steps :
3131 - uses : actions/checkout@v4
3232 with :
3939 if : ${{ matrix.java-version == '11' }}
4040 uses : actions/setup-java@v3
4141 with :
42- distribution : ' zulu '
42+ distribution : ' temurin '
4343 java-version : 8
4444 - name : Configure env with Java 8 home
4545 if : ${{ matrix.java-version == '11' }}
5858 - name : Set up JDK ${{ matrix.java-version }}
5959 uses : actions/setup-java@v3
6060 with :
61- distribution : ' zulu '
61+ distribution : ' temurin '
6262 java-version : ${{ matrix.java-version }}
6363
6464 - name : Spotless Check
Original file line number Diff line number Diff line change 6464 - name : Set up JDK 11
6565 uses : actions/setup-java@v3
6666 with :
67- distribution : ' zulu '
67+ distribution : ' temurin '
6868 java-version : 11
6969 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
7070 gpg-passphrase : MAVEN_GPG_PASSPHRASE
You can’t perform that action at this time.
0 commit comments