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 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
You can’t perform that action at this time.
0 commit comments