File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,10 @@ jobs:
2727 steps :
2828 - uses : actions/checkout@v4
2929
30- - name : Set up GraalVM JDK 21
30+ - name : Set up GraalVM JDK 25
3131 uses : graalvm/setup-graalvm@v1
3232 with :
33- java-version : ' 21'
34- version : ' 24.0.2'
33+ java-version : ' 25'
3534 distribution : ' graalvm'
3635 github-token : ${{ secrets.GITHUB_TOKEN }}
3736
@@ -67,11 +66,10 @@ jobs:
6766 steps :
6867 - uses : actions/checkout@v4
6968
70- - name : Set up GraalVM JDK 21
69+ - name : Set up GraalVM JDK 25
7170 uses : graalvm/setup-graalvm@v1
7271 with :
73- java-version : ' 21'
74- version : ' 24.0.2'
72+ java-version : ' 25'
7573 distribution : ' graalvm'
7674 github-token : ${{ secrets.GITHUB_TOKEN }}
7775
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 with :
2222 fetch-depth : 0
2323
24- - name : Set up GraalVM JDK 21
24+ - name : Set up GraalVM JDK 25
2525 uses : graalvm/setup-graalvm@v1
2626 with :
27- java-version : ' 21 '
27+ java-version : ' 25 '
2828 distribution : ' graalvm'
2929 github-token : ${{ secrets.GITHUB_TOKEN }}
3030
You can’t perform that action at this time.
0 commit comments