File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 fail-fast : false
2424 matrix :
2525 os : [ ubuntu-latest ]
26- java-version : [ 17 ]
26+ java-version : [ 22 ]
2727 runs-on : ubuntu-latest
2828 timeout-minutes : 10
2929 steps :
3333 uses : actions/setup-java@v3
3434 with :
3535 distribution : temurin
36- java-version : 17
36+ java-version : 22
3737 check-latest : true
3838 # The project version extract NEEDS to have the maven wrapper already downloaded.
3939 # So we have a dummy step here just to initialize it.
9090 uses : actions/setup-java@v3
9191 with :
9292 distribution : temurin
93- java-version : 17
93+ java-version : 22
9494 # The project version extract NEEDS to have the maven wrapper already downloaded.
9595 # So we have a dummy step here just to initialize it.
9696 - name : Download Maven wrapper
You can’t perform that action at this time.
0 commit comments