File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,13 @@ jobs:
25
25
matrix :
26
26
java : [ 17 ]
27
27
spring-boot-version : [ 3.4.3 ]
28
+ spring-cloud-version : [ 2024.0.1 ]
28
29
spring-boot-display-version : [ 3.4.x ]
29
30
experimental : [ false ]
30
31
include :
31
32
- java : 17
32
33
spring-boot-version : 3.3.9
34
+ spring-cloud-version : 2023.0.5
33
35
spring-boot-display-version : 3.3.x
34
36
experimental : false
35
37
env :
@@ -126,7 +128,7 @@ jobs:
126
128
run : ./mvnw install -q -B -DskipTests
127
129
- name : Integration tests using spring boot version ${{ matrix.spring-boot-version }}
128
130
id : integration_tests
129
- run : PRODUCT_SPRING_BOOT_VERSION=${{ matrix.spring-boot-version }} ./mvnw -B -Pintegration-tests verify
131
+ run : PRODUCT_SPRING_BOOT_VERSION=${{ matrix.spring-boot-version }} PRODUCT_SPRING_CLOUD_VERSION=${{ matrix.spring-cloud-version }} ./mvnw -B -Pintegration-tests verify
130
132
env :
131
133
DOCKER_HOST : ${{steps.setup_docker.outputs.sock}}
132
134
- name : Upload test report for sdk
Original file line number Diff line number Diff line change 400
400
</activation >
401
401
<properties >
402
402
<springboot .version>${env.PRODUCT_SPRING_BOOT_VERSION} </springboot .version>
403
+ <springcloud .version>${env.PRODUCT_SPRING_CLOUD_VERSION} </springcloud .version>
403
404
</properties >
404
405
</profile >
405
406
</profiles >
You can’t perform that action at this time.
0 commit comments