File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,17 @@ jobs:
12
12
matrix :
13
13
os : [ubuntu-latest]
14
14
java : [ 17 ]
15
- boot : [ 3.1.6 , 3.2.0 ]
15
+ boot : [ 3.1.9 , 3.2.3 ]
16
16
fail-fast : false
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
- name : Setup JDK
21
- uses : actions/setup-java@v3
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
distribution : adopt
24
24
java-version : ${{ matrix.java }}
25
+ cache : gradle
25
26
- name : Build boot ${{ matrix.boot }} java ${{ matrix.java }}
26
27
run : ./gradlew clean build -PspringBootVersion=${{ matrix.boot }}
27
28
env :
40
41
*/*/build/reports
41
42
- name : Upload Build Logs
42
43
if : ${{ failure() }}
43
- uses : actions/upload-artifact@v2
44
+ uses : actions/upload-artifact@v4
44
45
with :
45
46
name : buildlogs-${{ matrix.boot }}-${{ matrix.java }}
46
47
path : build/buildlogs.tar.gz
You can’t perform that action at this time.
0 commit comments