File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 - uses : actions/checkout@v6
1212 with :
1313 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
14- - name : Set up JDK 24
14+ - name : Set up JDK 25
1515 uses : actions/setup-java@v5
1616 with :
1717 distribution : ' temurin' # See 'Supported distributions' for available options
18- java-version : ' 24 '
18+ java-version : ' 25 '
1919 - name : Cache SonarCloud packages
2020 uses : actions/cache@v4
2121 with :
Original file line number Diff line number Diff line change 1515 <description >Demo project for Spring Boot efficient search api</description >
1616
1717 <properties >
18- <java .version>24 </java .version>
18+ <java .version>25 </java .version>
1919
2020 <!-- SonarCloud -->
2121 <sonar .organization>raouf25-github</sonar .organization>
You can’t perform that action at this time.
0 commit comments