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 12
12
13
13
jobs :
14
14
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
23
16
runs-on : ubuntu-latest
24
17
steps :
25
18
- uses : actions/checkout@v4
26
19
with :
27
20
fetch-depth : 50
28
21
submodules : true
29
- - name : ' Set up JDK ${{ matrix.java-version }} '
22
+ - name : Set up Java
30
23
uses : actions/setup-java@v4
31
24
with :
32
- java-version : ${{ matrix.java-version }}
25
+ java-version : |
26
+ 8
27
+ 21
33
28
distribution : ' zulu'
34
- - name : ' Test'
29
+ - name : Test
35
30
uses : burrunan/gradle-cache-action@v3
36
31
with :
37
- job-id : jdk${{ matrix.java-version }}
38
- gradle-version : ${{ matrix.gradle-version }}
32
+ job-id : jdk21
33
+ gradle-version : wrapper
39
34
arguments : |
40
35
--no-parallel --no-daemon --scan
41
36
build
You can’t perform that action at this time.
0 commit comments