File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
1717 build :
18- name : " Build jdk:${{ matrix.java }} sb:${{ matrix.spring-boot-version }} exp:${{ matrix.experimental }}"
18+ name : " Build jdk:${{ matrix.java }} sb:${{ matrix.spring-boot-display- version }} exp:${{ matrix.experimental }}"
1919 runs-on : ubuntu-latest
2020 timeout-minutes : 30
2121 continue-on-error : ${{ matrix.experimental }}
@@ -28,12 +28,15 @@ jobs:
2828 include :
2929 - java : 17
3030 spring-boot-version : 2.7.18
31+ spring-boot-display-version : 2.7.x
3132 experimental : false
3233 - java : 17
3334 spring-boot-version : 2.6.14
35+ spring-boot-display-version : 2.6.x
3436 experimental : false
3537 - java : 17
3638 spring-boot-version : 2.5.7
39+ spring-boot-display-version : 2.5.x
3740 experimental : false
3841 env :
3942 GOVER : " 1.20"
You can’t perform that action at this time.
0 commit comments