File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,12 @@ jobs:
5252 # we reduce the minCoverage for this run because it will skip the SpringBoot 1.5 tests since they are no longer compatible with
5353 # Spring core 5.2 and above. SpringBoot 1.5 is deprecated
5454 run : ./gha_build.sh spring true true -Djacoco.minCoverage=0.4
55- - name : Build Spring 4.3
56- run : ./gha_build.sh spring false false -Dspring.version=4.3.30.RELEASE -Dspring-security.version=4.2.20.RELEASE
5755 - name : Build Spring 5.0
5856 run : ./gha_build.sh spring false false -Dspring.version=5.0.20.RELEASE -Dspring-security.version=5.0.19.RELEASE
5957 - name : Build Spring 5.1
6058 run : ./gha_build.sh spring false false -Dspring.version=5.1.20.RELEASE -Dspring-security.version=5.1.13.RELEASE
6159 - name : Build Spring 5.2
62- run : ./gha_build.sh spring false false -Dspring.version=5.2.16 .RELEASE -Dspring-security.version=5.2.11 .RELEASE
60+ run : ./gha_build.sh spring false false -Dspring.version=5.2.21 .RELEASE -Dspring-security.version=5.2.15 .RELEASE
6361
6462 build_springboot2 :
6563 name : Build and test SpringBoot 2
You can’t perform that action at this time.
0 commit comments