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 10
10
integration_tests :
11
11
strategy :
12
12
matrix :
13
- java : [ 17, 21, 24 ]
13
+ java : [ 17, 21, 25 ]
14
14
# Use the latest versions supported by minikube, otherwise GitHub it will
15
15
# end up in a throttling requests from minikube and workflow will fail.
16
16
# Minikube does such requests only if a version is not officially supported.
26
26
httpclient : [ 'vertx', 'jdk', 'jetty' ]
27
27
uses : ./.github/workflows/integration-tests.yml
28
28
with :
29
- java-version : 24
29
+ java-version : 25
30
30
kube-version : ' 1.32.0'
31
31
http-client : ${{ matrix.httpclient }}
32
32
experimental : true
36
36
runs-on : ubuntu-latest
37
37
strategy :
38
38
matrix :
39
- java : [ 17, 21, 24 ]
39
+ java : [ 17, 21, 25 ]
40
40
steps :
41
41
- uses : actions/checkout@v5
42
42
- name : Set up Java and Maven
You can’t perform that action at this time.
0 commit comments