File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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 ]
13
+ java : [ 21, 24 ]
14
14
kubernetes : [ 'v1.29.12','1.30.8', '1.31.4', '1.32.0' ]
15
15
uses : ./.github/workflows/integration-tests.yml
16
16
with :
23
23
httpclient : [ 'vertx', 'jdk', 'jetty' ]
24
24
uses : ./.github/workflows/integration-tests.yml
25
25
with :
26
- java-version : 21
26
+ java-version : 24
27
27
kube-version : ' 1.32.0'
28
28
http-client : ${{ matrix.httpclient }}
29
29
experimental : true
33
33
runs-on : ubuntu-latest
34
34
strategy :
35
35
matrix :
36
- java : [ 17, 21 ]
36
+ java : [ 21, 24 ]
37
37
steps :
38
38
- uses : actions/checkout@v4
39
39
- name : Set up Java and Maven
Original file line number Diff line number Diff line change 22
22
uses : actions/setup-java@v4
23
23
with :
24
24
distribution : temurin
25
- java-version : 17
25
+ java-version : 21
26
26
cache : ' maven'
27
27
- name : Check code format
28
28
run : |
You can’t perform that action at this time.
0 commit comments