File tree Expand file tree Collapse file tree 7 files changed +10
-9
lines changed Expand file tree Collapse file tree 7 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1010 integration_tests :
1111 strategy :
1212 matrix :
13- java : [ 17, 21, 24 ]
13+ java : [ 17, 21, 25 ]
1414 # Use the latest versions supported by minikube, otherwise GitHub it will
1515 # end up in a throttling requests from minikube and workflow will fail.
1616 # Minikube does such requests only if a version is not officially supported.
2626 httpclient : [ 'vertx', 'jdk', 'jetty' ]
2727 uses : ./.github/workflows/integration-tests.yml
2828 with :
29- java-version : 24
29+ java-version : 25
3030 kube-version : ' 1.32.0'
3131 http-client : ${{ matrix.httpclient }}
3232 experimental : true
3636 runs-on : ubuntu-latest
3737 strategy :
3838 matrix :
39- java : [ 17, 21, 24 ]
39+ java : [ 17, 21, 25 ]
4040 steps :
4141 - uses : actions/checkout@v5
4242 - name : Set up Java and Maven
Original file line number Diff line number Diff line change 4343 - name : Set up Java and Maven
4444 uses : actions/setup-java@v5
4545 with :
46- java-version : 17
46+ java-version : 25
4747 distribution : temurin
4848 cache : ' maven'
4949
Original file line number Diff line number Diff line change 2222 uses : actions/setup-java@v5
2323 with :
2424 distribution : temurin
25- java-version : 21
25+ java-version : 25
2626 cache : ' maven'
2727 - name : Check code format
2828 run : |
Original file line number Diff line number Diff line change 8080 uses : ad-m/github-push-action@master
8181 with :
8282 branch : " ${{inputs.version_branch}}"
83- github_token : ${{ secrets.GITHUB_TOKEN }}
83+ github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2121 uses : actions/setup-java@v5
2222 with :
2323 distribution : temurin
24- java-version : 17
24+ java-version : 21
2525 cache : ' maven'
2626 - name : Build and test project
2727 run : ./mvnw ${MAVEN_ARGS} clean install --file pom.xml
3333 - name : Set up Java and Maven
3434 uses : actions/setup-java@v5
3535 with :
36- java-version : 17
36+ java-version : 21
3737 distribution : temurin
3838 cache : ' maven'
3939 server-id : central
Original file line number Diff line number Diff line change 2828 uses : actions/setup-java@v5
2929 with :
3030 distribution : temurin
31- java-version : 17
31+ java-version : 25
3232 cache : ' maven'
3333 - name : Cache SonarCloud packages
3434 uses : actions/cache@v4
Original file line number Diff line number Diff line change 344344 </pom >
345345 <java >
346346 <googleJavaFormat >
347+ <version >1.28.0</version >
347348 <reflowLongStrings >true</reflowLongStrings >
348349 </googleJavaFormat >
349350 <importOrder >
You can’t perform that action at this time.
0 commit comments