File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
java : [ 17, 21 ]
14
- kubernetes : [ 'v1.28.14', 'v1. 29.9 ','1.30.5 ', '1.31.1 ' ]
14
+ kubernetes : [ 'v1.29.11 ','1.30.7 ', '1.31.3 ' ]
15
15
it-category : [ 'baseapi', 'dependent', 'workflow' ]
16
16
uses : ./.github/workflows/integration-tests.yml
17
17
with :
23
23
strategy :
24
24
matrix :
25
25
java : [ 17, 21 ]
26
- kubernetes : [ 'v1.28.14', 'v1. 29.9 ','1.30.5 ', '1.31.1 ' ]
26
+ kubernetes : [ 'v1.29.11 ','1.30.7 ', '1.31.3 ' ]
27
27
it-category : [ 'baseapi' ]
28
28
httpclient : [ 'vertx', 'jdk', 'jetty' ]
29
29
uses : ./.github/workflows/integration-tests.yml
46
46
distribution : temurin
47
47
java-version : ${{ matrix.java }}
48
48
- name : Run Special Integration Tests
49
- run : ./mvnw ${MAVEN_ARGS} -B package -P minimal-watch-timeout-dependent-it --file pom.xml
49
+ run : ./mvnw ${MAVEN_ARGS} -B package -P minimal-watch-timeout-dependent-it --file pom.xml
Original file line number Diff line number Diff line change 33
33
uses : manusa/actions-setup-minikube@v2.13.0
34
34
with :
35
35
minikube version : v1.33.0
36
- kubernetes version : v1.31.0
36
+ kubernetes version : v1.31.3
37
37
github token : ${{ secrets.GITHUB_TOKEN }}
38
38
driver : docker
39
39
You can’t perform that action at this time.
0 commit comments