File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : JDK21 Build and Test
1+ name : JDK25 Build and Test
22
33on : [ push, pull_request ]
44
@@ -16,10 +16,10 @@ jobs:
1616 uses : zcong1993/setup-timezone@f28e5fb1ca95077c81b67be53bcd1923de2175ed
1717 with :
1818 timezone : Europe/London
19- - name : Set up JDK 21
19+ - name : Set up JDK 25
2020 uses : actions/setup-java@v2
2121 with :
22- java-version : 21
22+ java-version : 25
2323 distribution : zulu
2424 # Step that does that actual cache save and restore
2525 - uses : actions/cache@v4.2.2
Original file line number Diff line number Diff line change 2929
3030 <properties >
3131 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
32- <javalang .version>21 </javalang .version>
32+ <javalang .version>25 </javalang .version>
3333 <slf4j .version>2.0.13</slf4j .version>
3434 <junit .version>4.13.2</junit .version>
3535 <httpclient .version>4.5.14</httpclient .version>
You can’t perform that action at this time.
0 commit comments