File tree 2 files changed +4
-17
lines changed
2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,11 @@ jobs:
20
20
max-parallel : 6
21
21
steps :
22
22
- uses : actions/checkout@v4
23
- - name : Set JDK from jdk.java.net
24
- uses : oracle-actions/setup-java@v1
25
- with :
26
- website : jdk.java.net
27
- release : ${{ matrix.java }}
28
- if : ${{ matrix.java != '17' }}
29
- - name : Set up older JDK
30
- uses : actions/setup-java@v3
23
+ - name : Set up JDK
24
+ uses : actions/setup-java@v4
31
25
with :
32
26
java-version : ${{ matrix.java }}
33
27
distribution : ${{ matrix.distribution }}
34
- if : ${{ matrix.java == '17' }}
35
28
- name : Show a Java version
36
29
run : java -version
37
30
- name : Verify a compatibility
Original file line number Diff line number Diff line change 20
20
max-parallel : 6
21
21
steps :
22
22
- uses : actions/checkout@v4
23
- - name : Set JDK from jdk.java.net
24
- uses : oracle-actions/setup-java@v1
25
- with :
26
- website : jdk.java.net
27
- release : ${{ matrix.java }}
28
- if : ${{ matrix.java != '17' }}
29
- - name : Set up older JDK
30
- uses : actions/setup-java@v3
23
+ - name : Set up JDK
24
+ uses : actions/setup-java@v4
31
25
with :
32
26
java-version : ${{ matrix.java }}
33
27
distribution : ${{ matrix.distribution }}
You can’t perform that action at this time.
0 commit comments