File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 max-parallel : 4
1010 matrix :
11- java-version : [ 21 .x ]
12- graalvm-version : [ 21 ]
11+ java-version : [ 25 .x ]
12+ graalvm-version : [ 25 ]
1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Set up JDK ${{ matrix.java-version }}
19- uses : actions/setup-java@v4
19+ uses : actions/setup-java@v5
2020 with :
2121 distribution : ' temurin'
2222 java-version : ${{ matrix.java-version }}
Original file line number Diff line number Diff line change 2727 <properties >
2828 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2929 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
30- <java .version>21 </java .version>
30+ <java .version>25 </java .version>
3131 <spring-cloud .version>2025.0.0</spring-cloud .version>
3232
3333 <common-text .version>1.14.0</common-text .version>
You can’t perform that action at this time.
0 commit comments