File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ outputs:
15
15
runs :
16
16
using : " composite"
17
17
steps :
18
- - name : Set up JDK 11
19
- uses : actions/setup-java@v3
18
+ - name : Set up JDK 17
19
+ uses : actions/setup-java@v4
20
20
with :
21
21
distribution : zulu
22
- java-version : 11
22
+ java-version : 17
23
23
cache : gradle
24
24
25
25
- name : Test with Gradle
Original file line number Diff line number Diff line change 39
39
- uses : actions/checkout@v4
40
40
41
41
- name : Download Jar
42
- uses : actions/download-artifact@v3
42
+ uses : actions/download-artifact@v4
43
43
with :
44
44
name : ${{ inputs.jar_artifact_name }}
45
45
66
66
- name : Setup GraalVM
67
67
uses : graalvm/setup-graalvm@v1
68
68
with :
69
- version : ' 22.3.0 '
70
- java-version : ' 11 '
69
+ java- version : ' 17 '
70
+ distribution : ' graalvm '
71
71
components : native-image
72
72
github-token : ${{ secrets.GITHUB_TOKEN }}
73
73
native-image-job-reports : ' true'
You can’t perform that action at this time.
0 commit comments