File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 build :
15- strategy :
16- fail-fast : true
17- matrix :
18- java-version :
19- - 8
20- - 11
21- gradle-version : [wrapper]
22- name : ' Test, Java ${{ matrix.java-version }}'
15+ name : Test
2316 runs-on : ubuntu-latest
2417 steps :
2518 - uses : actions/checkout@v4
2619 with :
2720 fetch-depth : 50
2821 submodules : true
29- - name : ' Set up JDK ${{ matrix.java-version }} '
22+ - name : Set up Java
3023 uses : actions/setup-java@v4
3124 with :
32- java-version : ${{ matrix.java-version }}
25+ java-version : |
26+ 8
27+ 21
3328 distribution : ' zulu'
34- - name : ' Test'
29+ - name : Test
3530 uses : burrunan/gradle-cache-action@v3
3631 with :
37- job-id : jdk${{ matrix.java-version }}
38- gradle-version : ${{ matrix.gradle-version }}
32+ job-id : jdk21
33+ gradle-version : wrapper
3934 arguments : |
4035 --no-parallel --no-daemon --scan
4136 build
You can’t perform that action at this time.
0 commit comments